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
/
AsmPrinter
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
It is quiet possible that inlined function body is split into multiple chunks...
Devang Patel
2011-07-27
1
-16
/
+41
*
While extracting lexical scopes from machine instruction stream, work on one ...
Devang Patel
2011-07-26
1
-9
/
+9
*
Rename TargetAsmParser to MCTargetAsmParser and TargetAsmLexer to MCTargetAsm...
Evan Cheng
2011-07-26
1
-2
/
+3
*
Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where th...
Evan Cheng
2011-07-23
1
-1
/
+1
*
Refactor.
Devang Patel
2011-07-20
2
-31
/
+42
*
There are two ways to map a variable to its lexical scope. Lexical scope info...
Devang Patel
2011-07-20
1
-2
/
+10
*
While emitting constant value, look through derived type and use underlying b...
Devang Patel
2011-07-20
1
-14
/
+23
*
Goodbye TargetAsmInfo. This eliminate last bit of CodeGen and Target in llvm-mc.
Evan Cheng
2011-07-20
1
-1
/
+0
*
Add MCObjectFileInfo and sink the MCSections initialization code from
Evan Cheng
2011-07-20
2
-2
/
+2
*
Distinguish between two copies of one inlined variable.
Devang Patel
2011-07-19
1
-2
/
+6
*
Convert TargetData::getIndexedOffset to use ArrayRef.
Jay Foad
2011-07-19
1
-2
/
+1
*
Add a frame with the compact unwind encoding if it exists.
Bill Wendling
2011-07-19
1
-0
/
+3
*
Move getInitialFrameState from TargetFrameInfo to MCAsmInfo (suggestions for
Evan Cheng
2011-07-18
6
-6
/
+3
*
land David Blaikie's patch to de-constify Type, with a few tweaks.
Chris Lattner
2011-07-18
1
-2
/
+2
*
Use DebugLoc directly to map inlined functions' instructions to respective le...
Devang Patel
2011-07-15
2
-5
/
+9
*
Eliminate redundant map.
Devang Patel
2011-07-15
2
-12
/
+3
*
Reverting r135232. It's causing infinite looping in DbgScope::openInsnRange.
Evan Cheng
2011-07-15
1
-13
/
+5
*
Do not get confused by multiple empty lexical scopes inlined at one location.
Devang Patel
2011-07-15
1
-5
/
+13
*
Refactor.
Devang Patel
2011-07-14
2
-19
/
+9
*
Eliminate redundant LLVMContext argument.
Devang Patel
2011-07-14
2
-9
/
+11
*
Simplify.
Devang Patel
2011-07-14
1
-13
/
+3
*
Simplify and delay extracting DebugLoc elements, scope and InlinedAt, as much...
Devang Patel
2011-07-14
2
-18
/
+14
*
Simplify. Compile unit check inside hasValidLocation() did not add any value.
Devang Patel
2011-07-14
1
-26
/
+10
*
Fix typo in DEBUG message.
Devang Patel
2011-07-14
1
-2
/
+2
*
Add DEBUG messages.
Devang Patel
2011-07-14
1
-0
/
+5
*
Change createAsmParser to take a MCSubtargetInfo instead of triple,
Evan Cheng
2011-07-09
1
-5
/
+10
*
Refactor.
Devang Patel
2011-07-08
1
-28
/
+29
*
Make provision to have floating point constants in .debug_loc expressions.
Devang Patel
2011-07-08
2
-43
/
+80
*
Eliminate asm parser's dependency on TargetMachine:
Evan Cheng
2011-07-08
1
-1
/
+6
*
Add DEBUG message.
Devang Patel
2011-07-07
1
-0
/
+2
*
Add DEBUG messages.
Devang Patel
2011-07-07
1
-2
/
+9
*
Remove dead code.
Devang Patel
2011-07-06
1
-2
/
+0
*
Handle debug info for i128 constants.
Devang Patel
2011-06-24
4
-19
/
+25
*
Emit trailing padding on constant vectors when TargetData says that the vector
Nick Lewycky
2011-06-22
1
-0
/
+7
*
Add verbose EH table printing to SjLj exception tables.
Bill Wendling
2011-06-21
1
-2
/
+19
*
Improve the comment printing for the EH table. This gives a much more detailed
Bill Wendling
2011-06-21
1
-23
/
+69
*
Fix a FIXME by making GlobalVariable::getInitializer() return a
Jay Foad
2011-06-19
1
-4
/
+4
*
Handle jump tables. Test to follow soon.
Rafael Espindola
2011-06-15
1
-0
/
+2
*
Revert r133004 ; it's breaking nightly tests.
Eli Friedman
2011-06-14
1
-4
/
+21
*
Partial revert of 132882.
Rafael Espindola
2011-06-14
1
-21
/
+4
*
Implement Jakob's suggestion on how to detect fall thought without calling
Rafael Espindola
2011-06-14
1
-12
/
+19
*
Really fix the fall-through logic.
Rafael Espindola
2011-06-12
1
-0
/
+3
*
Fix silly bug I introduce in the previous commit. Fixes debug builds.
Rafael Espindola
2011-06-12
1
-3
/
+3
*
AnalyzeBranch doesn't change which successors a bb has, just the order
Rafael Espindola
2011-06-12
1
-4
/
+11
*
Ensure that EmitGlobalVariable is correctly differentiating between declarations
Chad Rosier
2011-06-10
1
-1
/
+1
*
Use path API for path concatenation.
Benjamin Kramer
2011-06-05
1
-5
/
+3
*
A DBG_VALUE that truncates a range does not start another dbg value range.
Devang Patel
2011-06-01
1
-0
/
+5
*
Do not drop constant values when a variable's content is described using .deb...
Devang Patel
2011-06-01
2
-14
/
+47
*
Incomplete type may not have corresponding DIE, so do not check DIEEntry eage...
Devang Patel
2011-06-01
2
-5
/
+6
*
Refactor.
Devang Patel
2011-05-31
2
-10
/
+9
[prev]
[next]