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
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add "inreg" field to CallSDNode (doesn't increase
Dale Johannesen
2008-09-26
4
-11
/
+14
*
If we have a function with an unreachable statement such that the ending debug
Bill Wendling
2008-09-26
1
-1
/
+1
*
Make pointer parameter const for isUsedInBasicBlock.
Bill Wendling
2008-09-25
1
-1
/
+1
*
Large mechanical patch.
Devang Patel
2008-09-25
8
-162
/
+161
*
Reapply 56585:56589 with proper fix for some gcc versions
Anton Korobeynikov
2008-09-25
3
-2
/
+4
*
Accept 'inreg' attribute on x86 functions as
Dale Johannesen
2008-09-25
1
-2
/
+2
*
FastISel support for debug info.
Dan Gohman
2008-09-25
1
-0
/
+2
*
Temporarily backing out 56585:56589 to unbreak the build.
Evan Cheng
2008-09-25
3
-4
/
+2
*
Enable DeadMachineInstructionElim when Fast-ISel is enabled.
Dan Gohman
2008-09-25
1
-0
/
+6
*
Refactor the code that adds standard LLVM codegen passes into
Dan Gohman
2008-09-25
1
-1
/
+7
*
Finally get rid of virtual inheritance in TAI
Anton Korobeynikov
2008-09-24
2
-2
/
+2
*
Use crazy template-based inheritance instead of virtual one.
Anton Korobeynikov
2008-09-24
1
-0
/
+2
*
Get rid of ReadOnlySection duplicate
Anton Korobeynikov
2008-09-24
1
-6
/
+2
*
Get rid of now unused {Four,Eight,Sixteen}ByteConstantSection
Anton Korobeynikov
2008-09-24
2
-28
/
+3
*
Use generic section-handling stuff to emit constant pool entries
Anton Korobeynikov
2008-09-24
1
-2
/
+0
*
Get rid of duplicate char*/Section* stuff for TLS sections
Anton Korobeynikov
2008-09-24
1
-12
/
+4
*
Get rid of duplicate char*/Section* DataSection
Anton Korobeynikov
2008-09-24
1
-7
/
+3
*
Get rid of duplicate char*/Section* TextSection
Anton Korobeynikov
2008-09-24
2
-6
/
+3
*
Move actual section printing stuff to AsmPrinter from TAI reducing heap traffic.
Anton Korobeynikov
2008-09-24
1
-1
/
+2
*
Drop obsolete hook and change all usage to new interface
Anton Korobeynikov
2008-09-24
1
-6
/
+0
*
Provide direct function to switch to Section
Anton Korobeynikov
2008-09-24
2
-1
/
+7
*
Add DisableGVCompilation which forces the JIT to assert when it tries to allo...
Evan Cheng
2008-09-24
1
-0
/
+11
*
Reapplying r56550
Bill Wendling
2008-09-24
1
-1
/
+7
*
Temporarily revert r56550 until missing commit can be added.
Eric Christopher
2008-09-24
1
-7
/
+1
*
Refactor the constant folding code into it's own function. And call it from both
Bill Wendling
2008-09-24
1
-1
/
+7
*
Next round of earlyclobber handling. Approach the
Dale Johannesen
2008-09-24
3
-31
/
+4
*
s/ParamAttrsWithIndex/FnAttributeWithIndex/g
Devang Patel
2008-09-24
1
-6
/
+6
*
s/ParamAttributeListImpl/AttributeListImpl/g
Devang Patel
2008-09-24
1
-4
/
+4
*
Add a method to MachineInstr for testing whether it makes
Dan Gohman
2008-09-24
1
-0
/
+8
*
Put FN_NOTE_AlwaysInline and others in FnAttr namespace.
Devang Patel
2008-09-24
1
-4
/
+6
*
Properly handle 'm' inline asm constraints. If a GV is being selected for the...
Evan Cheng
2008-09-24
1
-2
/
+7
*
Move FN_NOTE_AlwaysInline and other out of ParamAttrs namespace.
Devang Patel
2008-09-23
2
-8
/
+7
*
80 cols
Devang Patel
2008-09-23
1
-1
/
+1
*
Remove tabs.
Devang Patel
2008-09-23
1
-3
/
+3
*
s/ParameterAttributes/Attributes/g
Devang Patel
2008-09-23
5
-32
/
+31
*
Use parameter attribute store (soon to be renamed) for
Devang Patel
2008-09-23
2
-13
/
+14
*
Arrange for FastISel code to have access to the MachineModuleInfo
Dan Gohman
2008-09-23
3
-1
/
+8
*
allow inreg on the result of a function
Chris Lattner
2008-09-23
1
-1
/
+1
*
Update the comment to reflect the new name.
Dan Gohman
2008-09-23
1
-1
/
+1
*
Remove silly semicolon.
Dale Johannesen
2008-09-22
1
-1
/
+1
*
Remove a compiler warning.
Dale Johannesen
2008-09-22
1
-0
/
+3
*
Add hasNote() to check note associated with a function.
Devang Patel
2008-09-22
1
-0
/
+5
*
Convert llvmc2 plugins to use llvm/Support/Registry.h machinery.
Mikhail Glushenkov
2008-09-22
1
-15
/
+30
*
Move llvmc2 header files under include/llvm/CompilerDriver
Mikhail Glushenkov
2008-09-22
4
-0
/
+478
*
Add bound checks in SmallVector
Rafael Espindola
2008-09-22
1
-0
/
+5
*
Initial support for the CMake build system.
Oscar Fuentes
2008-09-22
5
-0
/
+1032
*
explain what earlyclobber actually is.
Chris Lattner
2008-09-21
1
-3
/
+3
*
Factor out code into HandleVirtRegDef, for consistency with
Dan Gohman
2008-09-21
1
-0
/
+1
*
Update VS projects.
Cedric Venet
2008-09-20
4
-6
/
+8
*
Shorten and rearrange data fields to save a word of memory.
Dale Johannesen
2008-09-20
1
-6
/
+7
[next]