index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix two rather subtle internal vs. external linker issues.
Chandler Carruth
2012-06-20
2
-50
/
+40
*
Fix inappropriate use of anonymous namespaces in unittests.
Chandler Carruth
2012-06-20
2
-2
/
+6
*
Add predicate check around some patterns.
Craig Topper
2012-06-20
1
-35
/
+37
*
Add predicate check around some patterns.
Craig Topper
2012-06-20
1
-18
/
+22
*
Don't insert 128-bit UNDEF into 256-bit vectors. Just keep the 256-bit vector...
Craig Topper
2012-06-20
3
-4
/
+15
*
A new algorithm for computing LoopInfo. Temporarily disabled.
Andrew Trick
2012-06-20
4
-2
/
+224
*
Sphinxify the MakefileGuide document.
Bill Wendling
2012-06-20
3
-1041
/
+959
*
Unbreak the MSVC build: add return to unimplemented functions.
Francois Pichet
2012-06-20
1
-0
/
+2
*
Move the implementation of LoopInfo into LoopInfoImpl.h.
Andrew Trick
2012-06-20
4
-442
/
+577
*
Sphinxify the CodingStandard documentation.
Bill Wendling
2012-06-20
3
-1568
/
+1155
*
Add permissions(), map_file_pages(), and unmap_file_pages() to llvm::sys::fs ...
Nick Kledzik
2012-06-20
4
-9
/
+274
*
Don't assert when given an empty range.
Kaelyn Uhrain
2012-06-20
1
-1
/
+1
*
Add regunit liveness support to LiveIntervals::handleMove().
Jakob Stoklund Olesen
2012-06-19
1
-43
/
+50
*
Alphabetize.
Bill Wendling
2012-06-19
1
-3
/
+3
*
Tidy up.
Chad Rosier
2012-06-19
1
-17
/
+20
*
Add an ensureMaxAlignment() function to MachineFrameInfo (analogous to
Chad Rosier
2012-06-19
3
-10
/
+11
*
Add DAG-combines for aggressive FMA formation.
Lang Hames
2012-06-19
9
-17
/
+60
*
80 col.
Jakob Stoklund Olesen
2012-06-19
1
-7
/
+13
*
Typo. Patch by Cameron McInally <cameron.mcinally@nyu.edu>.
Chad Rosier
2012-06-19
1
-2
/
+2
*
Add Projects.rst to the toctree.
Bill Wendling
2012-06-19
1
-1
/
+8
*
Use correct capitalization.
Bill Wendling
2012-06-19
1
-1
/
+1
*
Add a triple.
Jakob Stoklund Olesen
2012-06-19
1
-1
/
+1
*
Implement PPCInstrInfo::isCoalescableExtInstr().
Jakob Stoklund Olesen
2012-06-19
4
-3
/
+55
*
Style: Don't reuse variables for multiple purposes.
Jakob Stoklund Olesen
2012-06-19
1
-8
/
+7
*
New test tool: obj2yaml
Marshall Clow
2012-06-19
6
-0
/
+513
*
Indent coding examples.
Bill Wendling
2012-06-19
1
-5
/
+5
*
Remove bad HTML tags. Add missing :.
Bill Wendling
2012-06-19
1
-4
/
+4
*
Fix PR13148, an inf-loop in StringMap.
Chandler Carruth
2012-06-19
2
-1
/
+23
*
Remove some superfluous SCOPED_TRACEs from this unit test.
Chandler Carruth
2012-06-19
1
-6
/
+0
*
Emit TableGen's header comment with C-style comments, so it can be used from ...
Benjamin Kramer
2012-06-19
1
-4
/
+18
*
Have ARM ELF use correct reloc for "b" instr.
Jan Wen Voung
2012-06-19
2
-6
/
+14
*
Mark most PPC register classes to avoid write-after-write.
Hal Finkel
2012-06-19
2
-0
/
+16
*
Updating the credits after r158717
Aaron Ballman
2012-06-19
1
-0
/
+4
*
Put flag names on one line.
Bill Wendling
2012-06-19
1
-2
/
+1
*
Fix italicized text.
Bill Wendling
2012-06-19
1
-4
/
+4
*
Use correct URL.
Bill Wendling
2012-06-19
1
-1
/
+1
*
Fix numbering of list items.
Bill Wendling
2012-06-19
1
-6
/
+6
*
Fix some Sphinx mistakes.
Bill Wendling
2012-06-19
1
-41
/
+40
*
First attempt at Sphinx. Convert the Projects.html file to Sphinx format.
Bill Wendling
2012-06-19
2
-482
/
+329
*
[Support/PathV2] Fix out of bounds access in identify_magic when the file is ...
Michael J. Spencer
2012-06-19
1
-0
/
+2
*
Make MipsLongBranch::runOnMachineFunction return true.
Akira Hatanaka
2012-06-19
1
-4
/
+4
*
Use MachineBasicBlock::instr_iterator instead of MachineBasicBlock::iterator in
Akira Hatanaka
2012-06-19
1
-2
/
+2
*
Add support for generating reg+reg preinc stores on PPC.
Hal Finkel
2012-06-19
7
-25
/
+161
*
really add a triple :-(
Rafael Espindola
2012-06-19
1
-1
/
+1
*
Add a triple to the test.
Rafael Espindola
2012-06-19
1
-1
/
+1
*
Move the support for using .init_array from ARM to the generic
Rafael Espindola
2012-06-19
10
-54
/
+99
*
revert r158660, since Chris has some issues with this patch (namely using cod...
Nuno Lopes
2012-06-18
6
-151
/
+1
*
Don't copy a potentially-uninitialized variable.
David Blaikie
2012-06-18
1
-1
/
+1
*
ARM: use NOEN loads and stores if possible when handling struct byval.
Manman Ren
2012-06-18
2
-8
/
+56
*
Allow up to 64 functional units per processor itinerary.
Hal Finkel
2012-06-18
8
-17
/
+17
[next]