index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update regunits in RegisterCoalescer::reMaterializeTrivialDef.
Jakob Stoklund Olesen
2012-06-21
1
-6
/
+4
*
Remove spurious typedefs.
Jakob Stoklund Olesen
2012-06-20
1
-3
/
+0
*
Remove the RenderMachineFunction HTML output pass.
Jakob Stoklund Olesen
2012-06-20
6
-1374
/
+0
*
Remove the -live-regunits command line option.
Jakob Stoklund Olesen
2012-06-20
1
-12
/
+4
*
Fix some more LiveInterval enumerations.
Jakob Stoklund Olesen
2012-06-20
2
-13
/
+12
*
Remove LiveIntervalUnions from RegAllocBase.
Jakob Stoklund Olesen
2012-06-20
4
-167
/
+14
*
Convert RAGreedy to LiveRegMatrix interference checking.
Jakob Stoklund Olesen
2012-06-20
4
-92
/
+169
*
Convert RABasic to using LiveRegMatrix interference checking.
Jakob Stoklund Olesen
2012-06-20
3
-69
/
+67
*
Enable register unit liveness by default.
Jakob Stoklund Olesen
2012-06-20
1
-1
/
+1
*
Teach PBQPBuilder::build() about regunit interference.
Jakob Stoklund Olesen
2012-06-20
1
-33
/
+31
*
Avoid iterating with LiveIntervals::iterator.
Jakob Stoklund Olesen
2012-06-20
3
-41
/
+45
*
Revert r158846.
Akira Hatanaka
2012-06-20
2
-128
/
+166
*
In MipsDisassembler.cpp, instead of defining register class tables, use the ones
Akira Hatanaka
2012-06-20
2
-166
/
+128
*
Remove an "else" that snuck in after a "return" ;)
Kaelyn Uhrain
2012-06-20
1
-1
/
+1
*
Check that a file is not a directory before reading it into a MemoryBuffer.
Kaelyn Uhrain
2012-06-20
1
-0
/
+9
*
Add users of a MERGE_VALUE node to the worklist to process again when the nod...
Pete Cooper
2012-06-20
1
-0
/
+3
*
Only update regunit live ranges that have been precomputed.
Jakob Stoklund Olesen
2012-06-20
1
-4
/
+8
*
replace usage of EmitGEPOffset() with TargetData::getIndexedOffset() when the...
Nuno Lopes
2012-06-20
2
-8
/
+6
*
Delete dead code.
Jakob Stoklund Olesen
2012-06-20
1
-48
/
+0
*
Add support for generating reg+reg (indexed) pre-inc loads on PPC.
Hal Finkel
2012-06-20
4
-10
/
+106
*
Fix DAGCombine to deal with ext-conversion of pre/post_inc loads.
Hal Finkel
2012-06-20
1
-1
/
+8
*
Fixing a compiler warning in MSVC 10.
Aaron Ballman
2012-06-20
1
-1
/
+1
*
Remove 'static' from inline functions defined in header files.
Chandler Carruth
2012-06-20
1
-7
/
+7
*
Fix two rather subtle internal vs. external linker issues.
Chandler Carruth
2012-06-20
2
-50
/
+40
*
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
1
-3
/
+6
*
A new algorithm for computing LoopInfo. Temporarily disabled.
Andrew Trick
2012-06-20
2
-2
/
+17
*
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
2
-9
/
+10
*
Add permissions(), map_file_pages(), and unmap_file_pages() to llvm::sys::fs ...
Nick Kledzik
2012-06-20
2
-7
/
+117
*
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
*
Tidy up.
Chad Rosier
2012-06-19
1
-17
/
+20
*
Add an ensureMaxAlignment() function to MachineFrameInfo (analogous to
Chad Rosier
2012-06-19
2
-3
/
+2
*
Add DAG-combines for aggressive FMA formation.
Lang Hames
2012-06-19
3
-2
/
+45
*
80 col.
Jakob Stoklund Olesen
2012-06-19
1
-7
/
+13
*
Implement PPCInstrInfo::isCoalescableExtInstr().
Jakob Stoklund Olesen
2012-06-19
3
-3
/
+38
*
Style: Don't reuse variables for multiple purposes.
Jakob Stoklund Olesen
2012-06-19
1
-8
/
+7
*
Fix PR13148, an inf-loop in StringMap.
Chandler Carruth
2012-06-19
1
-1
/
+1
*
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
1
-5
/
+3
*
Mark most PPC register classes to avoid write-after-write.
Hal Finkel
2012-06-19
2
-0
/
+16
*
[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
6
-25
/
+114
*
Move the support for using .init_array from ARM to the generic
Rafael Espindola
2012-06-19
6
-53
/
+59
*
revert r158660, since Chris has some issues with this patch (namely using cod...
Nuno Lopes
2012-06-18
2
-38
/
+0
*
ARM: use NOEN loads and stores if possible when handling struct byval.
Manman Ren
2012-06-18
1
-8
/
+42
[next]