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
*
Fix typo in comment ldopen() -> dlopen().
Kevin Enderby
2012-02-17
1
-1
/
+1
*
Handle regmask operands in ARMInstrInfo.
Jakob Stoklund Olesen
2012-02-17
2
-7
/
+9
*
Put back the initializing the targets in the disassembler API with a comment as
Kevin Enderby
2012-02-17
1
-0
/
+13
*
Fix ARMBaseInstrInfo::getInstrLatency for calls.
Jakob Stoklund Olesen
2012-02-17
1
-1
/
+1
*
Transfer regmasks to MRI.
Jakob Stoklund Olesen
2012-02-17
4
-21
/
+29
*
Calls and invokes with the new clang.arc.no_objc_arc_exceptions
Dan Gohman
2012-02-17
3
-6
/
+175
*
Refactor 'handleMove' code in live intervals. Clients of LiveIntervals won't see
Lang Hames
2012-02-17
2
-211
/
+247
*
Remove a comment about an alternative approach that wouldn't
Dan Gohman
2012-02-17
1
-4
/
+1
*
Tidy up.
Jim Grosbach
2012-02-17
3
-5
/
+6
*
Generate the correct EH frame section types on Solaris, this time without bre...
David Chisnall
2012-02-17
2
-1
/
+10
*
Revert r150814. It turns out that there is a good reason for this after all...
David Chisnall
2012-02-17
2
-26
/
+27
*
Revert r150288, "Allow Post-RA LICM to hoist reserved register reads."
Jakob Stoklund Olesen
2012-02-17
1
-11
/
+0
*
Fix typo in comment.
Richard Osborne
2012-02-17
1
-1
/
+1
*
Don't lazily allocate eh_frame. We're not lazily allocating things like the ...
David Chisnall
2012-02-17
2
-27
/
+26
*
... and it's probably best to use the correct alignment, rather than just gue...
David Chisnall
2012-02-17
1
-1
/
+1
*
It turns out that putting an 8-byte symbol in a 4-byte section makes Solaris ...
David Chisnall
2012-02-17
2
-3
/
+31
*
Remove question.
Nick Lewycky
2012-02-17
1
-1
/
+0
*
remove Emacs-tag form .cpp files in Mips Backend, and fix some typo.
Jia Liu
2012-02-17
27
-27
/
+27
*
Typo in variable name.
Eric Christopher
2012-02-17
1
-2
/
+2
*
Remove the last of the old vector_shuffle patterns from X86 isel.
Craig Topper
2012-02-17
2
-118
/
+7
*
Add support for invariant.start inside the static constructor evaluator. This is
Nick Lewycky
2012-02-17
2
-12
/
+81
*
Do not promote i32 arguments to i64. This was causing unnecessary sign extension
Akira Hatanaka
2012-02-17
2
-14
/
+16
*
Remove redundant comment. Use a more efficient datatype.
Bill Wendling
2012-02-17
1
-13
/
+4
*
Fix some grammar-os and formatting.
Bill Wendling
2012-02-17
1
-21
/
+17
*
Reverse iterator - should be incrementing rather than decrementing.
Lang Hames
2012-02-17
1
-2
/
+2
*
add Emacs tag and fix some comment error in file headers
Jia Liu
2012-02-17
29
-28
/
+41
*
[fast-isel] Add support for returning non-legal types with no sign- or zero-
Chad Rosier
2012-02-17
2
-6
/
+15
*
MachineScheduler shouldn't use/preserve LiveDebugVariables.
Lang Hames
2012-02-17
1
-4
/
+0
*
Oops - isRegLiveIntoSuccessor is used in non-assert builds now. Remove NDEBUG...
Lang Hames
2012-02-17
1
-2
/
+0
*
Re-enable 150652 and 150654 - Make FPSCR non-reserved, and make MachineCSE ba...
Lang Hames
2012-02-17
2
-4
/
+9
*
Turn off assertion, conservatively compute liveness for live-in un-allocatabl...
Lang Hames
2012-02-17
1
-8
/
+10
*
Remove comment.
Akira Hatanaka
2012-02-16
1
-2
/
+0
*
Remove unnecessary assignment to temporary, ResultReg.
Chad Rosier
2012-02-16
1
-13
/
+8
*
Use –mcpu=generic, so that the test will not fail when run on an Intel Atom
Bill Wendling
2012-02-16
1
-1
/
+1
*
Update credits.
Chad Rosier
2012-02-16
1
-0
/
+5
*
Note x86 regmask operands in release notes.
Jakob Stoklund Olesen
2012-02-16
1
-1
/
+3
*
Remove the YMM_HI_6_15 hack.
Jakob Stoklund Olesen
2012-02-16
1
-7
/
+0
*
Use the same CALL instructions for Windows as for everything else.
Jakob Stoklund Olesen
2012-02-16
9
-87
/
+32
*
Remove trailing whitespace. Add newline.
Akira Hatanaka
2012-02-16
1
-2
/
+2
*
Disable machine copy propagation for now. It's known to be buggy (PR11940) an...
Benjamin Kramer
2012-02-16
2
-2
/
+2
*
Revert "InstSimplify: Strip pointer casts early."
Benjamin Kramer
2012-02-16
1
-6
/
+5
*
InstSimplify: Strip pointer casts early.
Benjamin Kramer
2012-02-16
1
-5
/
+6
*
InstSimplify: Ignore pointer casts when constant folding compares between poi...
Benjamin Kramer
2012-02-16
2
-2
/
+25
*
s/ModAttrBehavior/ModFlagBehavior/g to be consistent with how module flags ar...
Bill Wendling
2012-02-16
2
-8
/
+8
*
Add 'exception handling' to my description.
Bill Wendling
2012-02-16
1
-0
/
+1
*
Add blurb about module flags and reformat a bit.
Bill Wendling
2012-02-16
1
-21
/
+24
*
Remove extraneous #include and spelling mistake introduced in r150669.
James Molloy
2012-02-16
1
-2
/
+1
*
Modify the algorithm when traversing the DAGCombiner's worklist to be O(log N...
James Molloy
2012-02-16
1
-13
/
+36
*
VMCore/AsmWriter.cpp: Tweak to check #INF and #NAN earlier.
NAKAMURA Takumi
2012-02-16
1
-1
/
+3
*
Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...
Eli Bendersky
2012-02-16
235
-695
/
+549
[next]