index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
CodeGen
/
AsmPrinter
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reformat options.
Eric Christopher
2013-07-23
1
-40
/
+41
*
Formatting.
Eric Christopher
2013-07-22
1
-1
/
+1
*
Add getModuleFlag(StringRef Key) to query a module flag given Key.
Manman Ren
2013-07-16
1
-11
/
+4
*
Add 'const' qualifiers to static const char* variables.
Craig Topper
2013-07-16
2
-5
/
+5
*
Clarify comments.
Eric Christopher
2013-07-14
1
-4
/
+1
*
Collapse temporary variable into call.
Eric Christopher
2013-07-14
1
-4
/
+2
*
Initialize AsmPrinter::MF in the constructor
Hal Finkel
2013-07-11
1
-1
/
+1
*
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
3
-15
/
+15
*
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
*
Revert: Emit personality function and Dwarf EH data for Win64 SEH.
Kai Nacke
2013-07-08
1
-3
/
+9
*
Emit personality function and Dwarf EH data for Win64 SEH.
Kai Nacke
2013-07-06
1
-9
/
+3
*
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
*
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
*
Introduce some typedefs for DenseMaps containing SmallVectors so the vector s...
Craig Topper
2013-07-03
2
-7
/
+9
*
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
*
Remove address spaces from MC.
Rafael Espindola
2013-07-02
2
-50
/
+43
*
PR14728: DebugInfo: TLS variables with -gsplit-dwarf
David Blaikie
2013-07-01
3
-17
/
+26
*
DebugInfo: PR14728: TLS support
David Blaikie
2013-06-28
1
-3
/
+18
*
DebugInfo: Pass MCSymbolRefExprs for labels instead of MCSymbols
David Blaikie
2013-06-28
5
-13
/
+26
*
DebugInfo: Revise r185189 to avoid subtle 'unsigned += bool'
David Blaikie
2013-06-28
1
-1
/
+2
*
DebugInfo: Simplify the AddressPool representation
David Blaikie
2013-06-28
2
-18
/
+12
*
DebugInfo: constify the AddressPool MCSymbol pointers
David Blaikie
2013-06-28
2
-12
/
+13
*
Remove unused code. No functionality change.
Manman Ren
2013-06-25
1
-4
/
+0
*
80-column and tab character fixes.
Eric Christopher
2013-06-24
3
-5
/
+8
*
Formatting.
Eric Christopher
2013-06-24
1
-3
/
+2
[next]