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
Commit message (
Expand
)
Author
Age
Files
Lines
*
<rdar://problem/6941517> C++ static constructors not preserved for static exe...
Nick Kledzik
2009-06-03
1
-13
/
+14
*
Change LTO to run the global opt pass twice.
Daniel Dunbar
2009-06-03
3
-10
/
+3
*
PR4317: Handle splits where the new block is unreachable correctly in
Eli Friedman
2009-06-03
2
-2
/
+22
*
Recognize another euphemism for MOVDQ2Q.
Stuart Hastings
2009-06-03
1
-0
/
+2
*
For Darwin / x86_64, override -relocation-model=static to pic if the output i...
Evan Cheng
2009-06-03
5
-23
/
+10
*
Add createStandardLTOPasses to StandardPasses.h, and move lto and llvm-ld over.
Daniel Dunbar
2009-06-03
3
-119
/
+110
*
Convert Alpha and Mips to use a MachineFunctionInfo subclass to
Dan Gohman
2009-06-03
10
-65
/
+205
*
Remove the redundant TM member from X86DAGToDAGISel; replace it
Dan Gohman
2009-06-03
1
-12
/
+22
*
Don't attempt to simplify an non-affine IV expression if it can't
Dan Gohman
2009-06-03
3
-12
/
+53
*
Make the buildbot see green (to make it easier to spot the next person
Mike Stump
2009-06-03
1
-1
/
+2
*
Switch opt to using StandardPasses.h
Daniel Dunbar
2009-06-03
1
-126
/
+21
*
Remove some silly code.
Daniel Dunbar
2009-06-03
1
-1
/
+1
*
Add StandardPasses.h which embeds the standard compilation passes shared by
Daniel Dunbar
2009-06-03
1
-0
/
+149
*
Move ELFCodeEmiter stuff to new files
Bruno Cardoso Lopes
2009-06-03
4
-140
/
+184
*
Revert 72650
Bruno Cardoso Lopes
2009-06-03
5
-113
/
+117
*
Remove unnecessary #includes.
Dan Gohman
2009-06-03
1
-3
/
+0
*
Emit file directives correctly in case of a .bc is generated by llvm-ld after...
Sanjiv Gupta
2009-06-03
3
-11
/
+34
*
lets not forget about c++!
Edwin Török
2009-06-03
1
-0
/
+1
*
FrameIndex could be used as a value (addressof (arg)) or as an address.
Sanjiv Gupta
2009-06-03
4
-6
/
+62
*
CMake: Added missing source file to lib/CodeGen/CMakeLists.txt.
Oscar Fuentes
2009-06-03
1
-0
/
+1
*
CMake: Implements and documents option LLVM_ENABLE_ASSERTS.
Oscar Fuentes
2009-06-03
3
-1
/
+16
*
Document how easy it is to use the gold plugin and have LTO with autotooled p...
Edwin Török
2009-06-03
1
-0
/
+29
*
Fixed a bug in which signed comparisons were being used instead of unsigned c...
Sanjiv Gupta
2009-06-03
2
-2
/
+4
*
Avoid a warning "'U' might be used uninitialized in
Duncan Sands
2009-06-03
1
-1
/
+1
*
At a newline at the end of this file.
Duncan Sands
2009-06-03
1
-1
/
+1
*
Document how phi and invoke instructions interact with SSA form.
Jay Foad
2009-06-03
1
-3
/
+9
*
Fix for PR4225: When rewriter reuse a value in a physical register , it clear...
Evan Cheng
2009-06-03
2
-5
/
+381
*
Temporarily revert 72756 for now.
Evan Cheng
2009-06-03
2
-7
/
+1
*
Fold preceding / trailing base inc / dec into the single load / store as well.
Evan Cheng
2009-06-03
2
-2
/
+21
*
If there is a def of a super-register followed by a use of a sub-register, do...
Evan Cheng
2009-06-03
1
-14
/
+0
*
Move structures and classes into header files, providing two new headers and
Bruno Cardoso Lopes
2009-06-03
5
-772
/
+900
*
Revert r72734. The Darwin assembler doesn't support the static
Dan Gohman
2009-06-03
5
-9
/
+8
*
Change TargetFolder's TD member from a reference to a
Dan Gohman
2009-06-03
1
-5
/
+7
*
Change ConstantFoldConstantExpression to accept a null
Dan Gohman
2009-06-02
2
-3
/
+1
*
Delete an unnecessary forward declaration.
Dan Gohman
2009-06-02
1
-1
/
+0
*
Fix CodeGenPrepare's address-mode sinking to handle unusual
Dan Gohman
2009-06-02
2
-1
/
+28
*
NightlyTest: Stop running a separate Olden pass during nightly test.
Daniel Dunbar
2009-06-02
1
-40
/
+3
*
fix build on VC++2k8.
Edwin Török
2009-06-02
1
-4
/
+4
*
Fixed warning, removed some temporary validation code that snuck in during my...
Lang Hames
2009-06-02
1
-91
/
+0
*
On Darwin x86_64 small code model doesn't guarantee code address fits in 32-bit.
Evan Cheng
2009-06-02
5
-7
/
+18
*
Undef MemoryFence when compiling on MSVC.
Owen Anderson
2009-06-02
1
-0
/
+1
*
Simplify assertion message to avoid confusion.
Devang Patel
2009-06-02
1
-17
/
+15
*
Update to in-place spilling framework. Includes live interval scaling and tri...
Lang Hames
2009-06-02
13
-114
/
+405
*
Revert 72707 and 72709, for the moment.
Dale Johannesen
2009-06-02
18
-433
/
+124
*
Avoid infinite looping in AllGlobalLoadUsesSimpleEnoughForHeapSRA(). This can...
Evan Cheng
2009-06-02
2
-6
/
+133
*
Add missing file.
Dale Johannesen
2009-06-01
1
-0
/
+2
*
update comments about .objc_ symbols being generated
Nick Kledzik
2009-06-01
1
-2
/
+20
*
Make the implicit inputs and outputs of target-independent
Dale Johannesen
2009-06-01
17
-124
/
+431
*
Comment grammaro/clarification.
Dale Johannesen
2009-06-01
1
-2
/
+2
*
Trailing whitespace.
Dale Johannesen
2009-06-01
1
-1
/
+1
[next]