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
...
*
Minor code cleanup.
Victor Hernandez
2009-10-23
1
-3
/
+2
*
Neuter stack protectors by only checking character arrays. This is what GCC
Bill Wendling
2009-10-23
1
-1
/
+6
*
Allow the target to select the level of anti-dependence breaking that should ...
David Goodwin
2009-10-22
11
-23
/
+44
*
Use 'waitpid' instead of 'wait'. Basing Program::Wait() on 'wait()' prevents...
Ted Kremenek
2009-10-22
1
-1
/
+1
*
Try r84890 again (adding ValueMap<>), now that I've tested the compile on
Jeffrey Yasskin
2009-10-22
4
-0
/
+683
*
size_t, not unsigned here to silence a warning.
Eric Christopher
2009-10-22
1
-26
/
+26
*
Random include cleanup.
Benjamin Kramer
2009-10-22
3
-2
/
+1
*
Fix OProfileJITEventListener after r84054 renamed CompileUnit to Scope.
Jeffrey Yasskin
2009-10-22
1
-6
/
+6
*
Tidying up some code and comments. No functionality change.
Bill Wendling
2009-10-22
1
-24
/
+6
*
Revert r84890, which broke the linux build.
Jeffrey Yasskin
2009-10-22
4
-683
/
+0
*
Add a ValueMap<ValueOrSubclass*, T> type. ValueMap<Value*, T> is safe to use
Jeffrey Yasskin
2009-10-22
4
-0
/
+683
*
Hide MetadataContext implementation details.
Devang Patel
2009-10-22
5
-53
/
+192
*
Fix getMDs() interface such that it does not expose implementation details.
Devang Patel
2009-10-22
5
-26
/
+35
*
Using TrackingVH instead of WeakVH or WeakMetadataVH.
Devang Patel
2009-10-22
6
-44
/
+22
*
Sort handler names to ensure deterministic behavior.
Devang Patel
2009-10-22
2
-5
/
+6
*
Trying again to tweak the top-level Makefile to facilitate an Apple-style build.
Stuart Hastings
2009-10-22
3
-1
/
+17
*
Revert 84843. Evan, this was breaking some of the if-conversion tests.
Bob Wilson
2009-10-22
2
-5
/
+6
*
Include config.h in order to have HAVE_STDINT_H be defined.
Duncan Sands
2009-10-22
1
-0
/
+1
*
Verify that the function and exception table have been allocated
Nicolas Geoffray
2009-10-22
1
-2
/
+2
*
Check that accessing a struct field that occurs before the start
Duncan Sands
2009-10-22
1
-0
/
+6
*
Test handling of record fields with negative offsets.
Duncan Sands
2009-10-22
1
-0
/
+10
*
Shift art to the right to keep GCC from complaining about multi-line comments.
Benjamin Kramer
2009-10-22
1
-14
/
+14
*
Move if-conversion before post-regalloc scheduling so the predicated instruct...
Evan Cheng
2009-10-22
2
-6
/
+5
*
Load / store multiple was missing opportunites when the load / store bundles ...
Evan Cheng
2009-10-22
1
-0
/
+3
*
move another load optimization from instcombine -> libanalysis.
Chris Lattner
2009-10-22
2
-46
/
+50
*
move 'loading i32 from string' optimization from instcombine
Chris Lattner
2009-10-22
2
-40
/
+35
*
Move some constant folding logic for loads out of instcombine into
Chris Lattner
2009-10-22
3
-42
/
+57
*
Trim more includes.
Evan Cheng
2009-10-22
3
-3
/
+0
*
Trim include.
Evan Cheng
2009-10-22
1
-1
/
+0
*
testcase for PR4678 & rdar://7309675
Chris Lattner
2009-10-22
2
-5
/
+19
*
Forgot a declaration.
Mikhail Glushenkov
2009-10-22
1
-0
/
+1
*
Make 'unset_option' work on list options.
Mikhail Glushenkov
2009-10-22
1
-6
/
+6
*
fix warning.
Chris Lattner
2009-10-22
1
-1
/
+1
*
Fix getHandlerNames() interface. Now it populate clinet supplied small vector...
Devang Patel
2009-10-22
4
-15
/
+21
*
llvm-ld doesn't throw.
Chris Lattner
2009-10-22
3
-174
/
+167
*
this doesn't use EH either.
Chris Lattner
2009-10-22
3
-38
/
+29
*
nothing opt uses can throw, remove the try block and -fexceptions when
Chris Lattner
2009-10-22
3
-163
/
+150
*
Add some command line options for twiddling the default data layout
Chris Lattner
2009-10-22
1
-2
/
+20
*
Don't generate sbfx / ubfx with negative lsb field. Patch by David Conrad.
Evan Cheng
2009-10-22
2
-1
/
+11
*
Use StringRef to construct MDString.
Devang Patel
2009-10-22
2
-3
/
+4
*
fix PR5262.
Chris Lattner
2009-10-22
2
-16
/
+69
*
Use special DAG-to-DAG preprocessing to allow mem-mem instructions to be sele...
Anton Korobeynikov
2009-10-22
3
-21
/
+149
*
Fix null pointer dereference.
Anton Korobeynikov
2009-10-22
1
-1
/
+1
*
Remove meaningless const.
Devang Patel
2009-10-22
2
-8
/
+8
*
Revert the main portion of r31856. It was causing BranchFolding
Dan Gohman
2009-10-22
4
-14
/
+14
*
Derive metadata hierarchy from Value instead of User.
Devang Patel
2009-10-21
7
-139
/
+10
*
revert r84754, it isn't the right approach. Edwin, please propose
Chris Lattner
2009-10-21
2
-114
/
+6
*
Missing piece of the ARM frame index post-scavenging conditionalization
Jim Grosbach
2009-10-21
3
-0
/
+16
*
Fix thinko noticed by Chris.
Benjamin Kramer
2009-10-21
1
-1
/
+1
*
Adjust testcases for msasm -> alignstack.
Dale Johannesen
2009-10-21
3
-10
/
+10
[prev]
[next]