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
/
CodeGen
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use the function attributes to pass along the stack protector buffer size.
Bill Wendling
2013-07-12
1
-7
/
+19
*
TargetTransformInfo: address calculation parameter for gather/scather
Arnold Schwaighofer
2013-07-12
1
-2
/
+2
*
PEI: refactor replaceFrameIndices(MF) to call replaceFrameIndices(BB).
Manman Ren
2013-07-12
2
-81
/
+87
*
Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s...
Craig Topper
2013-07-11
3
-7
/
+7
*
Initialize AsmPrinter::MF in the constructor
Hal Finkel
2013-07-11
1
-1
/
+1
*
RegScavenger should not exclude undef uses
Hal Finkel
2013-07-11
1
-1
/
+1
*
Remove trailing whitespac
Stephen Lin
2013-07-10
1
-2
/
+2
*
Use the appropriate unsigned int type for the offset.
Adrian Prantl
2013-07-10
1
-2
/
+3
*
Safeguard DBG_VALUE handling. Unbreaks the ASAN buildbot.
Adrian Prantl
2013-07-10
1
-1
/
+2
*
Un-break the buildbot by tweaking the indirection flag.
Adrian Prantl
2013-07-10
1
-2
/
+8
*
Document a known limitation of the status quo.
Adrian Prantl
2013-07-10
1
-1
/
+3
*
Fix comment.
Eric Christopher
2013-07-09
1
-1
/
+1
*
Typo.
Adrian Prantl
2013-07-09
1
-1
/
+1
*
Reapply an improved version of r180816/180817.
Adrian Prantl
2013-07-09
9
-47
/
+75
*
WidenVecRes_BUILD_VECTOR must use the first operand's type
Hal Finkel
2013-07-09
1
-1
/
+4
*
AArch64/PowerPC/SystemZ/X86: This patch fixes the interface, usage, and all
Stephen Lin
2013-07-09
2
-5
/
+5
*
DAGCombine tryFoldToZero cannot create illegal types after type legalization
Hal Finkel
2013-07-09
1
-4
/
+11
*
Revert r185872 - "Stop emitting weak symbols into the "coal" sections"
Alexander Potapenko
2013-07-09
1
-6
/
+6
*
Style fixes: remove unnecessary braces for one-statement if blocks, no else a...
Stephen Lin
2013-07-09
1
-54
/
+30
*
Stop emitting weak symbols into the "coal" sections.
Bill Wendling
2013-07-08
1
-6
/
+6
*
Update comment to avoid mentioning DbgValues which is an instance
Eric Christopher
2013-07-08
1
-1
/
+1
*
Debug Info: clean up usage of Verify.
Manman Ren
2013-07-08
3
-20
/
+20
*
DebugInfo: Correct comment & re-format a nearby loop
David Blaikie
2013-07-08
1
-5
/
+3
*
DebugInfo: Simplify Address Pool index handling.
David Blaikie
2013-07-08
1
-5
/
+3
*
Improve the comment from r185794 (re: PromoteIntRes_BUILD_VECTOR)
Hal Finkel
2013-07-08
1
-2
/
+4
*
Fix PromoteIntRes_BUILD_VECTOR crash with i1 vectors
Hal Finkel
2013-07-08
1
-1
/
+7
*
Revert: Emit personality function and Dwarf EH data for Win64 SEH.
Kai Nacke
2013-07-08
1
-3
/
+9
*
Add the nearbyint -> FNEARBYINT mapping to BasicTargetTransformInfo
Hal Finkel
2013-07-08
1
-0
/
+2
*
Remove trailing whitespace from SelectionDAG/*.cpp
Stephen Lin
2013-07-08
10
-60
/
+60
*
SelectionDAGBuilder: style fixes (add space between end parentheses and open ...
Stephen Lin
2013-07-06
1
-10
/
+10
*
Emit personality function and Dwarf EH data for Win64 SEH.
Kai Nacke
2013-07-06
1
-9
/
+3
*
DAGCombiner: Don't drop extension behavior when shrinking a load when unsafe.
Benjamin Kramer
2013-07-06
1
-0
/
+7
*
Stop putting operations after a tail call.
Tim Northover
2013-07-06
1
-0
/
+4
*
MC: Implement COFF .linkonce directive
Nico Rieck
2013-07-06
1
-3
/
+3
*
Use modern API to avoid exposing LiveInterval internals.
Jakob Stoklund Olesen
2013-07-05
1
-5
/
+3
*
Remove dead function.
Jakob Stoklund Olesen
2013-07-05
1
-26
/
+0
*
[SystemZ] Remove no-op MVCs
Richard Sandiford
2013-07-05
1
-1
/
+10
*
Fix double renaming bug in stack coloring pass
Richard Sandiford
2013-07-05
1
-26
/
+42
*
[SystemZ] Clean up register scavenging code
Richard Sandiford
2013-07-05
1
-5
/
+8
*
Simplify code. No functionality change.
Benjamin Kramer
2013-07-05
1
-7
/
+3
*
Initialize object file info before output streamer
Nico Rieck
2013-07-04
1
-2
/
+2
*
Remove the EXCEPTIONADDR, EHSELECTION, and LSDAADDR ISD opcodes.
Jakob Stoklund Olesen
2013-07-04
2
-19
/
+0
*
Typo.
Jakob Stoklund Olesen
2013-07-04
1
-1
/
+1
*
Simplify landing pad lowering.
Jakob Stoklund Olesen
2013-07-04
2
-26
/
+21
*
FastISel can only apend to basic blocks.
Jakob Stoklund Olesen
2013-07-04
1
-8
/
+5
*
Live-in copies go *after* EH_LABELs.
Jakob Stoklund Olesen
2013-07-04
1
-1
/
+1
*
Revert r185595-185596 which broke buildbots.
Jakob Stoklund Olesen
2013-07-04
4
-21
/
+45
*
Remove the EXCEPTIONADDR, EHSELECTION, and LSDAADDR ISD opcodes.
Jakob Stoklund Olesen
2013-07-03
2
-19
/
+0
*
Simplify landing pad lowering.
Jakob Stoklund Olesen
2013-07-03
2
-26
/
+21
*
Add MachineBasicBlock::addLiveIn().
Jakob Stoklund Olesen
2013-07-03
1
-0
/
+33
[next]