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
*
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
*
Hoist all of the Entry.getLoc() calls int a single variable.
Eric Christopher
2013-07-03
1
-7
/
+8
*
Make DotDebugLocEntry a class, reorder the members along with comments
Eric Christopher
2013-07-03
2
-14
/
+29
*
Elaborate on comment.
Eric Christopher
2013-07-03
1
-1
/
+1
*
Add names to the header file since they help in documenting the API
Eric Christopher
2013-07-03
1
-10
/
+11
*
Move typedefs inside the class that they belong to.
Eric Christopher
2013-07-03
1
-10
/
+7
*
Remove unused field.
Eric Christopher
2013-07-03
1
-12
/
+19
*
Constify a few functions.
Eric Christopher
2013-07-03
1
-3
/
+3
*
Use SmallVectorImpl::const_iterator instead of SmallVector to avoid specifyin...
Craig Topper
2013-07-03
1
-4
/
+4
*
Use SmallVectorImpl instead of SmallVector as method argument to avoid specif...
Craig Topper
2013-07-03
2
-2
/
+2
*
Use SmallVectorImpl instead of SmallVector for iterators and references to av...
Craig Topper
2013-07-03
13
-37
/
+37
*
Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid ...
Craig Topper
2013-07-03
1
-2
/
+2
*
Introduce some typedefs for DenseMaps containing SmallVectors so the vector s...
Craig Topper
2013-07-03
2
-7
/
+9
*
Return SmallVectorImpl& instead of SmallVector& in a couple places to avoid h...
Craig Topper
2013-07-03
1
-2
/
+2
*
Use SmallVectorImpl& instead of SmallVector& to avoid needlessly respecifying...
Craig Topper
2013-07-03
1
-6
/
+6
*
Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid ...
Craig Topper
2013-07-03
1
-8
/
+8
*
Avoid doing a lot of computation when we have multiple ranges and
Eric Christopher
2013-07-03
1
-26
/
+29
*
Move iterator to where it's used and update comments.
Eric Christopher
2013-07-03
1
-1
/
+3
*
Move instance variable before experimental section.
Eric Christopher
2013-07-03
1
-4
/
+5
*
Fix typo to make grep for DW_AT_comp_dir work without case-insensitive
Eric Christopher
2013-07-03
1
-1
/
+1
*
Remove unnecessary forward declare.
Eric Christopher
2013-07-03
1
-1
/
+0
*
Add a helpful comment.
Eric Christopher
2013-07-03
1
-0
/
+2
*
addConstantValue, addConstantFPValue never returned anything but
Eric Christopher
2013-07-03
2
-30
/
+18
*
Debug Info: use module flag to set up Dwarf version.
Manman Ren
2013-07-02
4
-6
/
+44
*
Fix comment.
Eric Christopher
2013-07-02
1
-1
/
+1
*
[DebugInfo] Allow getDebugThreadLocalSymbol to return MCExpr
Ulrich Weigand
2013-07-02
1
-3
/
+3
*
[DebugInfo] Hold generic MCExpr in AddrPool
Ulrich Weigand
2013-07-02
2
-9
/
+9
*
[DebugInfo] Introduce DIEExpr variant of DIEValue to hold MCExpr values
Ulrich Weigand
2013-07-02
5
-21
/
+80
*
Revert (most of) r185393 and r185395.
Jakob Stoklund Olesen
2013-07-02
2
-80
/
+82
*
Remove address spaces from MC.
Rafael Espindola
2013-07-02
2
-50
/
+43
*
DAGCombiner: fix use-counting issue when forming zextload
Tim Northover
2013-07-02
1
-1
/
+1
*
PR14728: DebugInfo: TLS variables with -gsplit-dwarf
David Blaikie
2013-07-01
3
-17
/
+26
*
Tweak some comments that referred to the old bias computations.
Jakob Stoklund Olesen
2013-07-01
1
-13
/
+13
*
Remove floating point computations form SpillPlacement.cpp.
Jakob Stoklund Olesen
2013-07-01
2
-69
/
+67
*
PR16493: DebugInfo with TLS on PPC crashing due to invalid relocation
David Blaikie
2013-07-01
1
-4
/
+0
*
Make PBQP require/preserve MachineLoopInfo - the spiller requires it.
Lang Hames
2013-07-01
1
-0
/
+3
*
Fix the build after r185363. Use llvm::next instead of raw next.
Cameron Zwarich
2013-07-01
1
-1
/
+1
*
Fix PR16508.
Cameron Zwarich
2013-07-01
1
-4
/
+8
*
Added c++ mode selector to head of SelectionDAGBuilder.h so editors open it i...
Michael Gottesman
2013-07-01
1
-1
/
+1
*
misched: Compress pairs returned by getUnderlyingObjectsForInstr.
Benjamin Kramer
2013-06-29
1
-12
/
+15
*
DebugInfo: PR14728: TLS support
David Blaikie
2013-06-28
2
-3
/
+22
[next]