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
*
Separate MCInstPrinter registration from AsmPrinter registration.
Evan Cheng
2011-07-25
16
-77
/
+81
*
Add missing space (this line is no longer pushing the 80-column limit).
Nick Lewycky
2011-07-25
1
-1
/
+1
*
80 columns.
Nick Lewycky
2011-07-25
1
-2
/
+2
*
Fix typo.
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
2
-0
/
+7
*
Fix last bits of MC layer issues. llvm-mc doesn't need to initialize TargetMa...
Evan Cheng
2011-07-25
8
-63
/
+27
*
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
*
Fix some typos.
Bill Wendling
2011-07-25
1
-4
/
+6
*
An initial description of the compact unwind encoding.
Bill Wendling
2011-07-25
1
-1
/
+109
*
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
*
While building a LLVM target, put the current source directory on the
Oscar Fuentes
2011-07-25
1
-1
/
+3
*
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
*
Fix class description.
Jakub Staszak
2011-07-25
1
-2
/
+2
*
Fix #include guard directive.
Jakub Staszak
2011-07-25
1
-2
/
+2
*
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
10
-43
/
+44
*
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
5
-15
/
+78
*
Builds llvmc and its examples with CMake.
Oscar Fuentes
2011-07-25
7
-1
/
+64
*
Fixes VS support for llvmc mcc16 llvmc example.
Oscar Fuentes
2011-07-25
1
-3
/
+6
*
Tidy up. 80 columns.
Jim Grosbach
2011-07-25
1
-5
/
+10
*
Add uwtable to the langref.
Rafael Espindola
2011-07-25
1
-0
/
+8
*
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
*
CMake: generalize the system that creates custom targets for
Oscar Fuentes
2011-07-25
2
-9
/
+25
*
Remove uses of std::vector from TypeBuilder.
Jay Foad
2011-07-25
1
-51
/
+50
*
Use ArrayRef in the (protected) constructors of ConstantArray, ConstantStruct...
Jay Foad
2011-07-25
2
-30
/
+15
*
Convert GetElementPtrInst to use ArrayRef.
Jay Foad
2011-07-25
25
-305
/
+100
*
switch Triple to take twines instead of stringrefs.
Chris Lattner
2011-07-24
2
-25
/
+9
*
Add Twine support for characters, and switch twine to use a union internally
Chris Lattner
2011-07-24
3
-54
/
+122
*
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
2
-8
/
+29
*
Omit explicit length here, now that I've had a chance to test this with gcc.
Frits van Bommel
2011-07-24
1
-1
/
+1
*
Set PPCII::MO_DARWIN_STUB only on MacOSX < 10.5.
Roman Divacky
2011-07-24
1
-2
/
+2
*
clarify that opaque is actually a struct type, PR10430
Chris Lattner
2011-07-23
1
-5
/
+5
*
how about that, StringRef doesn't allow any mutation, thanks to
Chris Lattner
2011-07-23
1
-4
/
+4
*
Add RAGreedy::calcCompactRegion.
Jakob Stoklund Olesen
2011-07-23
1
-0
/
+46
[next]