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
*
Make sure this DAGCombine actually returns an UNDEF of the correct type; PR10...
Eli Friedman
2011-07-25
1
-1
/
+1
*
Add BlockFrequency class.
Jakub Staszak
2011-07-25
2
-0
/
+121
*
ARM assembly parsing and encoding for SSAT instruction.
Jim Grosbach
2011-07-25
6
-63
/
+122
*
Add clarifying comments for the new arguments to UnrollLoop.
Andrew Trick
2011-07-25
1
-0
/
+12
*
Refactoring fail.
Evan Cheng
2011-07-25
5
-49
/
+47
*
Move CBackend and CppBackend MC initialization to TargetInfo.
Evan Cheng
2011-07-25
4
-4
/
+4
*
Get rid of an incorrect optimization for shuffles with PALIGNR and simplify i...
Eli Friedman
2011-07-25
1
-15
/
+5
*
Fix more MC layering violations.
Evan Cheng
2011-07-25
1
-2
/
+9
*
More MC layering violations.
Evan Cheng
2011-07-25
4
-62
/
+59
*
Add a missing enumerator to this switch. Currently its in the
Chandler Carruth
2011-07-25
1
-0
/
+1
*
Add LLVMAddTargetLibraryInfo to the C API.
Rafael Espindola
2011-07-25
1
-0
/
+6
*
Separate MCInstPrinter registration from AsmPrinter registration.
Evan Cheng
2011-07-25
14
-67
/
+81
*
Add missing space (this line is no longer pushing the 80-column limit).
Nick Lewycky
2011-07-25
1
-1
/
+1
*
Simply ARM so_reg MIOperandInfo definitions.
Jim Grosbach
2011-07-25
1
-4
/
+4
*
Add LLVMAddLowerExpectIntrinsicPass to the C API.
Rafael Espindola
2011-07-25
1
-0
/
+4
*
Fix last bits of MC layer issues. llvm-mc doesn't need to initialize TargetMa...
Evan Cheng
2011-07-25
5
-54
/
+20
*
ARM asm operand renaming. Make things a bit more explicit.
Jim Grosbach
2011-07-25
2
-32
/
+32
*
More simple cleanup of ARM asm operand definitions.
Jim Grosbach
2011-07-25
2
-28
/
+13
*
Code clean up.
Evan Cheng
2011-07-25
5
-23
/
+1
*
Refactor MBlaze target to separate MC routines from Target routines.
Evan Cheng
2011-07-25
15
-190
/
+216
*
Update the comment. This feature is available only on Darwin at the moment. T...
Bill Wendling
2011-07-25
1
-1
/
+2
*
Make assembly parser method names more consistent.
Jim Grosbach
2011-07-25
3
-28
/
+28
*
Unbreak the build.
Oscar Fuentes
2011-07-25
1
-0
/
+1
*
Tidy up formatting.
Jim Grosbach
2011-07-25
1
-50
/
+18
*
Tidy up a bit.
Jim Grosbach
2011-07-25
1
-8
/
+2
*
Missed a file.
Evan Cheng
2011-07-25
1
-0
/
+70
*
Refactor PPC target to separate MC routines from Target routines.
Evan Cheng
2011-07-25
14
-97
/
+57
*
More refactoring.
Evan Cheng
2011-07-25
9
-53
/
+53
*
Rename BlockFrequency to BlockFrequencyInfo and MachineBlockFrequency to
Jakub Staszak
2011-07-25
6
-25
/
+26
*
Refactor X86 target to separate MC code from Target code.
Evan Cheng
2011-07-25
12
-555
/
+589
*
Changed disabled code into a flag.
Bill Wendling
2011-07-25
1
-1
/
+7
*
Remove dead variable.
Bill Wendling
2011-07-25
1
-1
/
+0
*
After we've modified the prolog to save volatile registers, generate the compact
Bill Wendling
2011-07-25
2
-5
/
+250
*
Move some ELF directives into ELF asm parser.
Jim Grosbach
2011-07-25
4
-12
/
+78
*
Tidy up. 80 columns.
Jim Grosbach
2011-07-25
1
-5
/
+10
*
Add an RS_Split2 stage used for loop prevention.
Jakob Stoklund Olesen
2011-07-25
1
-15
/
+24
*
Rename live range stages to better reflect how they are used.
Jakob Stoklund Olesen
2011-07-25
1
-32
/
+40
*
Shorten some expressions by using ArrayRef::slice().
Frits van Bommel
2011-07-25
2
-4
/
+2
*
Use ArrayRef in the (protected) constructors of ConstantArray, ConstantStruct...
Jay Foad
2011-07-25
1
-27
/
+12
*
Convert GetElementPtrInst to use ArrayRef.
Jay Foad
2011-07-25
20
-145
/
+63
*
switch Triple to take twines instead of stringrefs.
Chris Lattner
2011-07-24
1
-5
/
+0
*
Add Twine support for characters, and switch twine to use a union internally
Chris Lattner
2011-07-24
1
-27
/
+33
*
Never extend live ranges for <undef> uses.
Jakob Stoklund Olesen
2011-07-24
1
-1
/
+1
*
Correctly handle <undef> tied uses when rewriting after a split.
Jakob Stoklund Olesen
2011-07-24
1
-8
/
+4
*
Set PPCII::MO_DARWIN_STUB only on MacOSX < 10.5.
Roman Divacky
2011-07-24
1
-2
/
+2
*
Add RAGreedy::calcCompactRegion.
Jakob Stoklund Olesen
2011-07-23
1
-0
/
+46
*
Fix bug in SplitEditor::splitLiveThroughBlock when switching registers.
Jakob Stoklund Olesen
2011-07-23
1
-5
/
+14
*
Prepare RAGreedy::growRegion for compact regions.
Jakob Stoklund Olesen
2011-07-23
1
-1
/
+8
*
Add a simple method for marking blocks with interference in and out.
Jakob Stoklund Olesen
2011-07-23
2
-0
/
+18
*
Allow null interference cursors to be queried.
Jakob Stoklund Olesen
2011-07-23
2
-2
/
+6
[next]