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
*
The subprogram descriptor for a function may be missing (llvm-ld linking two ...
Sanjiv Gupta
2009-06-13
3
-78
/
+134
*
Teach SCEVExpander's visitAddRecExpr to reuse an existing canonical
Dan Gohman
2009-06-13
2
-79
/
+75
*
Add a ScalarEvolution::getAnyExtendExpr utility function for performing
Dan Gohman
2009-06-13
1
-0
/
+59
*
Add a ARM specific pre-allocation pass that re-schedule loads / stores from
Evan Cheng
2009-06-13
5
-28
/
+334
*
llvm.dbg.region.end() intrinsic is not required to be in _last_ basic block i...
Devang Patel
2009-06-13
1
-1
/
+5
*
Improve style.
Owen Anderson
2009-06-12
1
-16
/
+16
*
This is supposed to be a preorder numbering of the dominator tree, not the CFG.
Owen Anderson
2009-06-12
1
-4
/
+5
*
Now with less iterator invalidation, and other forms of crashing!
Owen Anderson
2009-06-12
1
-3
/
+6
*
If killed register is defined by implicit_def, do not clear it since it's liv...
Evan Cheng
2009-06-12
1
-5
/
+12
*
second half of fix for PR4366: don't zap store to null of
Chris Lattner
2009-06-12
1
-3
/
+7
*
Mark some pattern-less instructions as neverHasSideEffects.
Evan Cheng
2009-06-12
3
-1
/
+9
*
Clear AbstractInstanceRootMap at the end of the function.
Devang Patel
2009-06-12
1
-0
/
+1
*
Don't do (x - (y - z)) --> (x + (z - y)) on floating-point types, because
Dan Gohman
2009-06-12
1
-15
/
+0
*
Give Instruction::isSameOperationAs a corresponding comment to note
Dan Gohman
2009-06-12
2
-4
/
+8
*
Keep callers of a weak function calling it, instead of the non-weak equivalent.
Nick Lewycky
2009-06-12
1
-0
/
+1
*
Fix Bug 4278: X86-64 with -tailcallopt calling convention
Arnold Schwaighofer
2009-06-12
3
-50
/
+2
*
Don't forget to match the calling convention when producing a thunk.
Nick Lewycky
2009-06-12
1
-2
/
+2
*
Given two identical weak functions, produce one internal function and two weak
Nick Lewycky
2009-06-12
1
-4
/
+17
*
After obtaining the lock, look if the function has been codegen'd by
Nicolas Geoffray
2009-06-12
1
-0
/
+5
*
Add an "are types equivalent" operation that ignores the types that a pointer
Nick Lewycky
2009-06-12
1
-99
/
+354
*
Don't remove aggregate-typed module level constants before encoding functions
Nick Lewycky
2009-06-12
3
-31
/
+0
*
Misc x86 README updates: remove a couple of already-fixed issues,
Eli Friedman
2009-06-11
1
-57
/
+57
*
Use forward declarations and move TargetELFWriterInfo impl to a new file.
Bruno Cardoso Lopes
2009-06-11
3
-2
/
+37
*
Support for ELF Visibility
Bruno Cardoso Lopes
2009-06-11
7
-98
/
+319
*
Fix 4366: store to null in non-default addr space should not be
Chris Lattner
2009-06-11
1
-1
/
+2
*
Generate libcalls for floating point arithmetic and casting operations.
Sanjiv Gupta
2009-06-11
1
-1
/
+22
*
Cosmetic changes to parameter attribute verification.
Duncan Sands
2009-06-11
1
-17
/
+18
*
Avoid leaking memory in an error path. Noticed
Duncan Sands
2009-06-11
1
-3
/
+4
*
More formatting.
Sanjiv Gupta
2009-06-11
1
-3
/
+13
*
Fixed source comments. No functionality change.
Sanjiv Gupta
2009-06-11
1
-5
/
+15
*
CMake: Updated list of files on lib/CodeGen/CMakeLists.txt.
Oscar Fuentes
2009-06-10
1
-0
/
+1
*
Implement and use new method Function::hasAddressTaken().
Jay Foad
2009-06-10
4
-38
/
+17
*
Remove warnings: no newline at end of file.
Sanjiv Gupta
2009-06-10
1
-1
/
+2
*
Silence a warning
Anton Korobeynikov
2009-06-09
1
-1
/
+1
*
Remove an unused function SafeToDestroyConstant(). Rename an almost
Jay Foad
2009-06-09
2
-24
/
+9
*
Simplified logic of this if-then statement to reduce nesting. No functionality
Bill Wendling
2009-06-09
1
-44
/
+46
*
Add the beginnings of an implementatation of lazy liveness analysis, based on...
Owen Anderson
2009-06-09
1
-0
/
+153
*
Use expandCodeFor instead of expand when the result will be
Dan Gohman
2009-06-09
1
-29
/
+18
*
PIC16 emits auto variables as globals. When optimizer removes a function enti...
Sanjiv Gupta
2009-06-09
3
-1
/
+40
*
Typo
Anton Korobeynikov
2009-06-08
1
-1
/
+1
*
Revert hunk commited by accident
Anton Korobeynikov
2009-06-08
1
-7
/
+2
*
The attached patches implement most of the ARM AAPCS-VFP hard float
Anton Korobeynikov
2009-06-08
7
-12
/
+111
*
Separate V6 from V6T2 since the latter has some extra nice instructions
Anton Korobeynikov
2009-06-08
2
-3
/
+8
*
Add helper for checking of Thumb1 mode
Anton Korobeynikov
2009-06-08
1
-0
/
+1
*
Revert r72898. It does not solve the problem I want it to solve.
Bill Wendling
2009-06-08
1
-16
/
+15
*
Delete comment and fix typo
Bruno Cardoso Lopes
2009-06-07
2
-2
/
+1
*
Fix wrong elf class and byte order initializations.
Bruno Cardoso Lopes
2009-06-07
1
-2
/
+2
*
Simple ELF32/64 binary files can now be emitted for x86 and x86_64 without
Bruno Cardoso Lopes
2009-06-07
5
-59
/
+162
*
Tweak the expansion code for BIT_CONVERT to generate better code
Eli Friedman
2009-06-07
1
-0
/
+20
*
Get rid of some unnecessary code.
Eli Friedman
2009-06-07
1
-25
/
+0
[next]