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
*
Fix a regression I recently introduced by removing DwarfRegNum of
Rafael Espindola
2011-05-27
2
-1
/
+45
*
Make size computation less brittle.
Rafael Espindola
2011-05-27
10
-82
/
+27
*
Add the suffix to the Win64 EH data sections' names if given. Add a test for
Charles Davis
2011-05-27
3
-6
/
+61
*
Refactor getActionType and getTypeToTransformTo ; place all of the 'decision'
Nadav Rotem
2011-05-27
5
-92
/
+84
*
Attempt to preserve debug line info in LICM; as the comment in the code says,...
Eli Friedman
2011-05-27
1
-4
/
+14
*
Typo is test case
Chad Rosier
2011-05-27
1
-2
/
+2
*
Make room for register allocation to improve.
Jakob Stoklund Olesen
2011-05-27
1
-1
/
+1
*
Add change of crc32 intrinsic to release notes
Chad Rosier
2011-05-27
1
-0
/
+6
*
Don't use movw / movt for iOS static codegen for now to workaround some tools...
Evan Cheng
2011-05-27
2
-5
/
+6
*
Delete a test that is no longer relevant.
Jakob Stoklund Olesen
2011-05-27
1
-52
/
+0
*
CRC32 intrinsics were renamed at revision 132163. This submission
Chad Rosier
2011-05-27
3
-5
/
+21
*
Keep this simple. Use DIType to get signness and size of a type. Based on siz...
Devang Patel
2011-05-27
1
-18
/
+13
*
Add a parameter to the Win64 EH section getters to get a section with a
Charles Davis
2011-05-27
6
-22
/
+60
*
Add iOS test
Evan Cheng
2011-05-27
1
-10
/
+29
*
Update this comment.
Dan Gohman
2011-05-27
1
-1
/
+3
*
Don't sink or hoist debug info instrinsics; it isn't useful. This also preve...
Eli Friedman
2011-05-27
1
-3
/
+6
*
Fix the inliner to maintain the current de facto invoke semantics:
John McCall
2011-05-27
2
-42
/
+258
*
Delete MethodBodies that only filtered reserved registers.
Jakob Stoklund Olesen
2011-05-27
1
-111
/
+0
*
Handle signed types gracefully.
Devang Patel
2011-05-27
1
-9
/
+21
*
And fix the test in r132194.
Eli Friedman
2011-05-27
1
-1
/
+1
*
Oops, wasn't intending to commit this. Partial revert of r132194.
Eli Friedman
2011-05-27
1
-6
/
+9
*
Fix a silly mistake (which trips over an assertion) in r132099. rdar://9515076
Eli Friedman
2011-05-27
3
-9
/
+17
*
Select DW_AT_const_value size based on variable size.
Devang Patel
2011-05-27
4
-5
/
+44
*
Remove DwarfRegNum from the individual bits of the condition register.
Rafael Espindola
2011-05-27
1
-32
/
+32
*
Remove DwarfRegNum from CARRY. I should be encoded with DW_OP_bit_piece.
Rafael Espindola
2011-05-27
1
-1
/
+1
*
Assorted fixes for Win64 EH unwind info emission:
Charles Davis
2011-05-27
2
-20
/
+42
*
Remove dwarf numbers from subregs. We should use DW_OP_bit_piece to
Rafael Espindola
2011-05-27
1
-45
/
+45
*
InstCombine: Make switch folding with equality compares more aggressive by tr...
Benjamin Kramer
2011-05-27
2
-15
/
+94
*
Fix PR10029 - VerifyCoalescing failure on patterns_dfa.c of 445.gobmk.
Cameron Zwarich
2011-05-27
2
-2
/
+58
*
Add a test for Win64 EH unwind information emission.
Charles Davis
2011-05-27
1
-0
/
+51
*
Make the branch encoding for tBcc more obvious that it's a 4-byte opcode
Eric Christopher
2011-05-27
2
-1
/
+5
*
Fix comment.
Eric Christopher
2011-05-27
1
-1
/
+1
*
Start keeping track of where the various unwind instructions are in the prolog.
Charles Davis
2011-05-27
3
-32
/
+50
*
Add missing break statements. Align UNWIND_INFO and RUNTIME_FUNCTION structs
Charles Davis
2011-05-27
1
-0
/
+6
*
My attempt at fixing the leak reported by the valgrind buildbots. Valgrind will
Charles Davis
2011-05-27
1
-2
/
+4
*
Fix inverted conditional in SaveReg and SaveXMM. Err when the frame pointer is
Charles Davis
2011-05-27
1
-3
/
+7
*
One more debug line number miss in instcombine (although the code in question...
Eli Friedman
2011-05-27
1
-5
/
+1
*
Fix copy+pastos.
Dan Gohman
2011-05-27
1
-2
/
+2
*
Final step of instcombine debuginfo; switch a couple more places over to Inse...
Eli Friedman
2011-05-27
5
-16
/
+34
*
Fix warning about || and && without explicit grouping.
Chandler Carruth
2011-05-26
1
-2
/
+2
*
Do not insert anything after terminator.
Devang Patel
2011-05-26
1
-1
/
+2
*
Renamed llvm.x86.sse42.crc32 intrinsics; crc64 doesn't exist.
Chad Rosier
2011-05-26
8
-48
/
+96
*
Comment cleanup.
Eric Christopher
2011-05-26
1
-2
/
+2
*
Do not move DBG_VALUE in middle of PHI nodes.
Devang Patel
2011-05-26
1
-1
/
+4
*
If llvm.dbg.value and the value instruction it refers to are far apart then i...
Devang Patel
2011-05-26
1
-1
/
+13
*
Add comment.
Devang Patel
2011-05-26
1
-0
/
+3
*
During branch folding avoid inserting redundant DBG_VALUE machine instructions.
Devang Patel
2011-05-26
2
-0
/
+105
*
Use MachineFrameInfo::hasCalls instead of MipsFunctionInfo::hasCall to check if
Akira Hatanaka
2011-05-26
3
-10
/
+2
*
Fix some dwarf register numbers.
Rafael Espindola
2011-05-26
3
-3
/
+3
*
Make few ExecutionEngine tests XFAIL for ARM, since ExecutionEngine is broken...
Galina Kistanova
2011-05-26
15
-0
/
+31
[next]