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
*
- Record that the debug info is actually used so that the label folder doesn't
Bill Wendling
2009-05-12
1
-10
/
+10
*
This is a large rewrite of how Dwarf info for inlined functions is handled.
Bill Wendling
2009-05-10
1
-95
/
+225
*
Rename PaddedSize to AllocSize, in the hope that this
Duncan Sands
2009-05-09
1
-7
/
+7
*
Compute the offsets of the compile units. We need this so that when we emit a
Bill Wendling
2009-05-08
1
-11
/
+20
*
Minor clean ups. No functionality change.
Bill Wendling
2009-05-08
1
-5
/
+4
*
Revert 71165. It did more than just revert 71158 and it introduced
Dan Gohman
2009-05-07
1
-140
/
+57
*
Temporarily revert r71158. It was causing a failure during a full bootstrap:
Bill Wendling
2009-05-07
1
-57
/
+140
*
Move the tablegen-produced DebugLoc handling into a AsmWriter::processDebugLo...
Argyrios Kyrtzidis
2009-05-07
1
-0
/
+17
*
Make DwarfWriter::RecordInlinedFnStart more like the other DwarfWriter's meth...
Argyrios Kyrtzidis
2009-05-07
1
-8
/
+11
*
- Move some debug fields to coincide with how GCC emits them. No functionality
Bill Wendling
2009-05-06
1
-24
/
+53
*
Do not require variable debug info nodes to have a compile unit.
Chris Lattner
2009-05-05
1
-20
/
+24
*
Restore a comment.
Argyrios Kyrtzidis
2009-05-04
1
-0
/
+2
*
Restore minor deletion.
Mike Stump
2009-05-04
1
-5
/
+6
*
-Move the DwarfWriter::ValidDebugInfo check to a static DIDescriptor::ValidDe...
Argyrios Kyrtzidis
2009-05-03
1
-83
/
+1
*
Simplify more code and add timer stuff.
Bill Wendling
2009-05-01
1
-7
/
+32
*
Simplify more code.
Bill Wendling
2009-05-01
1
-9
/
+4
*
Simplify some code.
Bill Wendling
2009-05-01
1
-8
/
+5
*
Fix whitespace. It was confusing me.
Bill Wendling
2009-05-01
1
-21
/
+20
*
Make DebugLoc independent of DwarfWriter.
Argyrios Kyrtzidis
2009-04-30
1
-16
/
+13
*
Instead of passing in an unsigned value for the optimization level, use an enum,
Bill Wendling
2009-04-29
2
-5
/
+4
*
Second attempt:
Bill Wendling
2009-04-29
2
-7
/
+7
*
Initialized arrays can be in any address space.
Sanjiv Gupta
2009-04-28
1
-3
/
+4
*
r70270 isn't ready yet. Back this out. Sorry for the noise.
Bill Wendling
2009-04-28
2
-6
/
+7
*
Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want to
Bill Wendling
2009-04-28
2
-6
/
+6
*
Fix Visual Studio 2008 build failure.
Devang Patel
2009-04-21
1
-3
/
+3
*
s/RootDbgScope/FunctionDbgScope/g
Devang Patel
2009-04-15
1
-13
/
+13
*
Check isInlinedSubroutine() before creating DW_TAG_inlined_subroutine.
Devang Patel
2009-04-15
1
-1
/
+2
*
Construct and emit DW_TAG_inlined_subroutine DIEs for inlined subroutine scop...
Devang Patel
2009-04-15
2
-77
/
+189
*
Right now, Debugging information to encode scopes (DW_TAG_lexical_block) reli...
Devang Patel
2009-04-13
1
-3
/
+8
*
Reapply 68847.
Devang Patel
2009-04-13
1
-3
/
+127
*
Add a new "available_externally" linkage type. This is intended
Chris Lattner
2009-04-13
2
-1
/
+6
*
Revert r68847. It breaks the build on non-Darwin targets, with this message
Dan Gohman
2009-04-11
1
-124
/
+3
*
Keep track of inlined functions and their locations. This information is coll...
Devang Patel
2009-04-11
1
-3
/
+124
*
Pass in the std::string parameter instead of returning it by value.
Bill Wendling
2009-04-10
2
-25
/
+28
*
Constify getter methods.
Bill Wendling
2009-04-10
2
-2
/
+3
*
StringMap<DIE*>::iterator::first() returns a pointer to the first character of
Bill Wendling
2009-04-09
2
-4
/
+8
*
Use a StringMap instead of std::map for storing std::string->DIE* maps. This
Bill Wendling
2009-04-09
1
-10
/
+10
*
If subprogram type is not tagged as DW_TAG_subroutine_type then use it direct...
Devang Patel
2009-04-08
1
-2
/
+3
*
change printStringChar to emit characters as unsigned char instead of char,
Chris Lattner
2009-04-08
1
-9
/
+5
*
CodeGen still defaults to non-verbose asm, but llc now overrides it and defau...
Evan Cheng
2009-03-25
2
-6
/
+17
*
Do not ignore DW_TAG_class_type!
Devang Patel
2009-03-25
1
-0
/
+1
*
Do not emit comments unless -asm-verbose.
Evan Cheng
2009-03-24
1
-93
/
+150
*
Fix internal representation of fp80 to be the
Dale Johannesen
2009-03-23
1
-8
/
+8
*
For inline asm output operand that matches an input. Encode the input operand...
Evan Cheng
2009-03-20
1
-1
/
+1
*
Fix some significant problems with constant pools that resulted in unnecessar...
Evan Cheng
2009-03-13
1
-31
/
+53
*
Oops...I committed too much.
Bill Wendling
2009-03-13
1
-25
/
+40
*
Temporarily XFAIL this test.
Bill Wendling
2009-03-13
1
-40
/
+25
*
Put the assignment back at the top of this method.
Bill Wendling
2009-03-11
1
-2
/
+2
*
Make ivars private. Other cleanup. No functionality change.
Bill Wendling
2009-03-10
1
-59
/
+27
*
Just make the Dwarf timer group static inside of the getter function. No need...
Bill Wendling
2009-03-10
1
-7
/
+5
[next]