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
*
Remove CodeGenLICM. It's largely obsoleted by MachineLICM's new ability
Dan Gohman
2009-10-31
2
-7
/
+0
*
make hasAddressTaken() constant time by storing a refcount in BB's subclass d...
Chris Lattner
2009-10-30
1
-2
/
+11
*
Fix MachineLICM to use the correct virtual register class when
Dan Gohman
2009-10-30
1
-2
/
+5
*
Add option to createGVNPass to disable PRE.
Evan Cheng
2009-10-30
1
-1
/
+1
*
Rather than having llvm-gcc changing the meaning of OptimizeSize, just make s...
Evan Cheng
2009-10-30
1
-1
/
+1
*
Initial target-independent CodeGen support for BlockAddresses.
Dan Gohman
2009-10-30
5
-2
/
+44
*
Remove dead code.
Devang Patel
2009-10-30
2
-27
/
+2
*
Add a BlockAddress MachineOperand kind.
Dan Gohman
2009-10-30
1
-10
/
+27
*
Remove a redundant copy constructor.
Dan Gohman
2009-10-30
1
-1
/
+0
*
Move some code from being emitted as boilerplate duplicated in every
Dan Gohman
2009-10-29
1
-0
/
+8
*
Rename usesCustomDAGSchedInserter to usesCustomInserter, and update a
Dan Gohman
2009-10-29
3
-8
/
+9
*
add interpreter support for indirect goto / blockaddress. The interpreter
Chris Lattner
2009-10-29
1
-0
/
+6
*
add newline to make cl.exe happy.
Zhongxing Xu
2009-10-29
1
-1
/
+1
*
Don't put in these EH changes.
Bill Wendling
2009-10-29
2
-14
/
+1
*
A switch-on-string-literal construct that is a nice alternative to
Douglas Gregor
2009-10-29
1
-0
/
+83
*
Reverting r85338 for now. It's causing a bootstrap failure on PPC darwin9.
Bill Wendling
2009-10-29
2
-1
/
+14
*
Add a hasAddressTaken for BasicBlock.
Dan Gohman
2009-10-29
1
-0
/
+4
*
add IRBuilder support for IndirectBr
Chris Lattner
2009-10-28
1
-0
/
+7
*
Revert r85346 change to control tail merging by CodeGenOpt::Level.
Bob Wilson
2009-10-28
1
-4
/
+3
*
Extend getMallocArraySize() to determine the array size if the malloc argumen...
Victor Hernandez
2009-10-28
1
-19
/
+6
*
Make AntiDepReg.h internal.
David Goodwin
2009-10-28
1
-62
/
+0
*
add a new 'SetCurrentDebugType' API (requested by Andrew Haley for JIT
Chris Lattner
2009-10-28
1
-32
/
+35
*
Add ABCD, a generalized implementation of the Elimination of Array Bounds
Nick Lewycky
2009-10-28
2
-0
/
+7
*
bitcode writer support for blockaddress.
Chris Lattner
2009-10-28
1
-1
/
+2
*
Previously, all operands to Constant were themselves constant.
Chris Lattner
2009-10-28
2
-11
/
+12
*
basic blocks can now have non-instruction users.
Chris Lattner
2009-10-28
1
-4
/
+4
*
Add a second ValueType argument to isFPImmLegal.
Evan Cheng
2009-10-28
1
-1
/
+1
*
Remove getIEEEFloatParts and getIEEEDoubleParts. They are not needed.
Evan Cheng
2009-10-28
1
-7
/
+0
*
rename indbr -> indirectbr to appease the residents of #llvm.
Chris Lattner
2009-10-28
4
-31
/
+31
*
IR support for the new BlockAddress constant kind. This is
Chris Lattner
2009-10-28
2
-0
/
+41
*
Record CodeGen optimization level in the BranchFolding pass so that we can
Bob Wilson
2009-10-27
1
-3
/
+4
*
Revert the API changes from r85295 to make it easier for people to build
Jeffrey Yasskin
2009-10-27
1
-3
/
+8
*
Factor out redundancy from clone() implementations.
Devang Patel
2009-10-27
3
-83
/
+100
*
Add new APFloat methods that return sign, exp, and mantissa of ieee float and...
Evan Cheng
2009-10-27
1
-0
/
+7
*
Random updates to passes for indbr, I need blockaddress before I can do much ...
Chris Lattner
2009-10-27
1
-2
/
+2
*
Change the JIT to compile eagerly by default as agreed in
Jeffrey Yasskin
2009-10-27
1
-7
/
+18
*
Rename MallocFreeHelper as MemoryBuiltins
Victor Hernandez
2009-10-27
1
-6
/
+5
*
Do away with addLegalFPImmediate. Add a target hook isFPImmLegal which return...
Evan Cheng
2009-10-27
1
-14
/
+5
*
add enough support for indirect branch for the feature test to pass
Chris Lattner
2009-10-27
4
-64
/
+166
*
Type.h doesn't need to #include LLVMContext.h
Chris Lattner
2009-10-27
1
-1
/
+1
*
trim another #include
Chris Lattner
2009-10-27
1
-1
/
+0
*
remove an unneeded #include.
Chris Lattner
2009-10-27
1
-10
/
+9
*
lang points out that the comment is out of date with the code.
Chris Lattner
2009-10-27
1
-1
/
+1
*
Fix VS build, patch by Marius Wachtler.
Mike Stump
2009-10-27
1
-1
/
+1
*
Add objectsize intrinsic and hook it up through codegen. Doesn't
Eric Christopher
2009-10-27
1
-0
/
+5
*
Automatically do the equivalent of freeMachineCodeForFunction(F) when F is
Jeffrey Yasskin
2009-10-27
2
-5
/
+7
*
Rename MallocHelper as MallocFreeHelper, since it now also identifies calls t...
Victor Hernandez
2009-10-26
1
-0
/
+0
*
Forgot to commit these.
Owen Anderson
2009-10-26
2
-0
/
+7
*
Remove FreeInst.
Victor Hernandez
2009-10-26
10
-86
/
+38
*
Allow the aggressive anti-dep breaker to process the same region multiple tim...
David Goodwin
2009-10-26
1
-0
/
+4
[next]