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
Commit message (
Expand
)
Author
Age
Files
Lines
*
This mechanical patch moves type handling into CompileUnit from DwarfDebug. I...
Devang Patel
2011-04-12
4
-1304
/
+377
*
Remove the unaligned load intrinsics in favor of using native unaligned loads.
Bill Wendling
2011-04-12
8
-56
/
+44
*
Add more comments... err debug statements to the fast allocator.
Eric Christopher
2011-04-12
1
-3
/
+16
*
Fix compiler command line used by lit.py when working with NMake
Oscar Fuentes
2011-04-12
1
-2
/
+20
*
The Thumb2 RFE instructions need to have their second halfword fully specified.
Johnny Chen
2011-04-12
3
-6
/
+14
*
SparseBitVector is SLOW.
Jakob Stoklund Olesen
2011-04-12
2
-48
/
+58
*
MCJIT lazy relocation resolution and symbol address re-assignment.
Jim Grosbach
2011-04-12
3
-99
/
+241
*
Add bad register checks for Thumb2 Ld/St instructions.
Johnny Chen
2011-04-12
2
-0
/
+55
*
Revert 129383. It causes some targets to hit a scheduler assert.
Andrew Trick
2011-04-12
4
-188
/
+163
*
Print our uint64_t with the more portable (C99 and C++0x) %PRIu64 format
Nick Lewycky
2011-04-12
1
-1
/
+3
*
PreRA scheduler heuristic fixes: VRegCycle, TokenFactor latency.
Andrew Trick
2011-04-12
4
-163
/
+188
*
Document how to build a LLVM pass with CMake out of source.
Oscar Fuentes
2011-04-12
2
-0
/
+61
*
The counters are unsigned.
Nick Lewycky
2011-04-12
1
-1
/
+1
*
Create new intervals for isolated blocks during region splitting.
Jakob Stoklund Olesen
2011-04-12
3
-37
/
+46
*
Remove LastOffset from the asm parser.
Rafael Espindola
2011-04-12
4
-21
/
+21
*
The Thumb2 Ld, St, and Preload instructions with the i12 forms should have it...
Johnny Chen
2011-04-12
3
-1
/
+18
*
Add SplitKit API to query and select the current interval being worked on.
Jakob Stoklund Olesen
2011-04-12
2
-2
/
+17
*
Fix a bug in RegAllocBase::addMBBLiveIns() where a basic block could accident...
Jakob Stoklund Olesen
2011-04-12
1
-1
/
+1
*
Remove dead typedef.
Devang Patel
2011-04-12
1
-2
/
+0
*
Refactor CompileUnit into a separate header.
Devang Patel
2011-04-12
2
-98
/
+124
*
Print out a debug message when the reglist fails the sanity check for Thumb L...
Johnny Chen
2011-04-12
3
-0
/
+39
*
Fix the case of a .cfi_rel_offset before any .cfi_def_cfa_offset.
Rafael Espindola
2011-04-12
6
-78
/
+164
*
Implement .cfi_same_value.
Rafael Espindola
2011-04-12
6
-1
/
+80
*
Added new FIXME note
Garrison Venn
2011-04-12
1
-0
/
+9
*
Split a store of a VMOVDRR into two integer stores to avoid mixing NEON and ARM
Cameron Zwarich
2011-04-12
2
-3
/
+23
*
lib/Transforms/Instrumentation/CMakeLists.txt: Add LineProfiling.cpp to fix u...
NAKAMURA Takumi
2011-04-12
1
-0
/
+1
*
Add support for line profiling. Very work-in-progress.
Nick Lewycky
2011-04-12
7
-1
/
+263
*
Consider ConstantAggregateZero as well as ConstantArray/Struct.
Nick Lewycky
2011-04-12
1
-5
/
+7
*
Fix typo.
Eric Christopher
2011-04-12
1
-1
/
+1
*
Make IRBuilder support StringRef for building strings.
Nick Lewycky
2011-04-12
2
-5
/
+7
*
Tidy up a bit now that we're using the MemoryManager interface.
Jim Grosbach
2011-04-12
3
-19
/
+22
*
Add one test case (svc).
Johnny Chen
2011-04-12
1
-0
/
+3
*
Match case for invalid constant error messages and add a new
Eric Christopher
2011-04-12
2
-6
/
+9
*
A8.6.16 B
Johnny Chen
2011-04-12
2
-0
/
+15
*
Fix reassociate to use a worklist instead of recursing when new
Dan Gohman
2011-04-12
2
-59
/
+91
*
Test for invalid constant expr addition - bad octal constant.
Eric Christopher
2011-04-12
1
-13
/
+5
*
To avoid printing out multiple error messages for cases like:
Eric Christopher
2011-04-12
1
-0
/
+3
*
Reuse live interval union between functions. This saves a bit of compile time
Jakob Stoklund Olesen
2011-04-11
2
-4
/
+11
*
Thumb disassembler was erroneously rejecting "blx sp" instruction.
Johnny Chen
2011-04-11
4
-2
/
+27
*
comment cleanup, use moveBefore instead of removeFromParent+insertBefore.
Chris Lattner
2011-04-11
1
-9
/
+5
*
TableGen: Keep the order of DECL_CONTEXT() for DeclNodes.td. RecordVector may...
NAKAMURA Takumi
2011-04-11
1
-4
/
+7
*
remove the StructRetPromotion pass. It is unused, not maintained and
Chris Lattner
2011-04-11
11
-449
/
+0
*
Fix an error in the MBlaze delay slot filler.
Wesley Peck
2011-04-11
1
-1
/
+1
*
build: Add support for a SHOW_DIAGNOSTICS build variable.
Daniel Dunbar
2011-04-11
3
-8
/
+91
*
Add scheduling information for the MBlaze backend.
Wesley Peck
2011-04-11
18
-243
/
+719
*
Lex, and then fail on invalid constants.
Eric Christopher
2011-04-11
1
-1
/
+1
*
Just because a GlobalVariable's initializer is [N x { i32, void ()* }] doesn't
Nick Lewycky
2011-04-11
3
-9
/
+20
*
Implement cfi_rel_offset
Rafael Espindola
2011-04-11
2
-1
/
+82
*
Speed up eviction by stopping collectInterferingVRegs as soon as the spill
Jakob Stoklund Olesen
2011-04-11
3
-14
/
+23
*
Add test for previous commit.
Rafael Espindola
2011-04-11
1
-0
/
+46
[next]