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
*
Update CMake build.
Ted Kremenek
2011-01-14
1
-0
/
+2
*
Add a possibility to switch between CFI directives- and table-based frame des...
Anton Korobeynikov
2011-01-14
4
-11
/
+16
*
Add CFI directives-based frame information emission. Not hooked yet.
Anton Korobeynikov
2011-01-14
3
-0
/
+209
*
Split stuff as a preparation for CFI directives-based frame information emission
Anton Korobeynikov
2011-01-14
4
-356
/
+440
*
Appropriately truncate debug info range in dwarf output.
Devang Patel
2011-01-11
1
-15
/
+5
*
Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...
Anton Korobeynikov
2011-01-10
3
-12
/
+12
*
Do not model all INLINEASM instructions as having unmodelled side effects.
Evan Cheng
2011-01-07
1
-1
/
+1
*
Speculatively revert r123032.
Devang Patel
2011-01-07
1
-5
/
+15
*
Appropriately truncate debug info range in dwarf output.
Devang Patel
2011-01-07
1
-15
/
+5
*
Emit 128 bit constant.
Devang Patel
2011-01-06
2
-10
/
+38
*
split dom frontier handling stuff out to its own DominanceFrontier header,
Chris Lattner
2011-01-02
1
-0
/
+1
*
Add missing standard headers. Patch by Joerg Sonnenberger!
Nick Lewycky
2010-12-19
1
-0
/
+1
*
remove the verbose-asm "constant pool double" comments that we were printing
Chris Lattner
2010-12-13
1
-8
/
+0
*
DW_FORM_data1 may not provide sufficient room for vtable index, use _udata in...
Devang Patel
2010-12-09
1
-1
/
+1
*
Undefined value in reg 0 may need a marker to identify end of source range.
Devang Patel
2010-12-06
1
-4
/
+2
*
Second try at making direct object emission produce the same results
Rafael Espindola
2010-12-06
1
-1
/
+1
*
Revert previous two patches while I try to find out how to make both
Rafael Espindola
2010-12-06
1
-1
/
+1
*
Add an EmitAbsValue helper method and use it in cases where we want to be sure
Rafael Espindola
2010-12-06
1
-1
/
+1
*
Merge System into Support.
Michael J. Spencer
2010-11-29
1
-1
/
+1
*
Move some more hooks to TargetFrameInfo
Anton Korobeynikov
2010-11-20
1
-2
/
+2
*
Move getInitialFrameState() to TargetFrameInfo
Anton Korobeynikov
2010-11-18
2
-2
/
+4
*
Change CodeGen to use .loc directives. This produces a lot more readable output
Rafael Espindola
2010-11-18
2
-324
/
+23
*
With the newly simplified SourceMgr interfaces and the generalized
Chris Lattner
2010-11-17
1
-3
/
+11
*
now that AsmPrinter::EmitInlineAsm is factored right, we can eliminate the
Chris Lattner
2010-11-17
1
-9
/
+5
*
rearrange how the handler in SourceMgr is installed, eliminating the use of
Chris Lattner
2010-11-17
1
-8
/
+35
*
refactor the interface to EmitInlineAsm a bit, no functionality change.
Chris Lattner
2010-11-17
2
-11
/
+18
*
Remove DW_AT_start_scope support. It is incomplete and superseeded by locatio...
Devang Patel
2010-11-12
2
-40
/
+9
*
Take care of special characters while creating named MDNode name to hold func...
Devang Patel
2010-11-10
1
-10
/
+4
*
Add 118023 back, but with proper spelling for .uleb128/.sleb128.
Rafael Espindola
2010-11-04
1
-7
/
+6
*
Revert previous patch. Some targets don't support uleb and say
Rafael Espindola
2010-11-04
1
-6
/
+7
*
MCize.
Rafael Espindola
2010-11-04
1
-7
/
+6
*
Simplify.
Devang Patel
2010-11-02
1
-2
/
+1
*
Ignore empty blocks.
Devang Patel
2010-10-28
1
-1
/
+1
*
Do not work too hard to find type's file info. There is a special field to re...
Devang Patel
2010-10-28
1
-2
/
+2
*
Technically DIFile scope should also be handled here.
Devang Patel
2010-10-28
1
-0
/
+4
*
s/beginScope/beginInstruction/g
Devang Patel
2010-10-26
3
-10
/
+10
*
For statistics that are only used in functions declared in !NDEBUG, wrap the
Nick Lewycky
2010-10-26
1
-0
/
+2
*
Add simple counter to count no. of basic blocks without any line number infor...
Devang Patel
2010-10-25
1
-0
/
+28
*
Line number 0 indicates there is no source line/file name info available for ...
Devang Patel
2010-10-08
1
-1
/
+7
*
Provie a clearner interface so that FE can decide whether a function has prot...
Devang Patel
2010-10-07
1
-6
/
+1
*
Add support for DW_TAG_unspecified_parameters.
Devang Patel
2010-10-06
1
-6
/
+15
*
Add support to let FE mark explict methods as explict in debug info.
Devang Patel
2010-10-01
1
-0
/
+2
*
Nuke trailing whitespace.
Jim Grosbach
2010-10-01
1
-28
/
+28
*
Let FE mark a variable as artificial variable.
Devang Patel
2010-09-29
1
-0
/
+2
*
Add support to let FE encode method access specifier.
Devang Patel
2010-09-29
1
-1
/
+12
*
Assign DW_ACCESS_public accessibility attribute to members by default.
Devang Patel
2010-09-29
1
-1
/
+10
*
Removed a bunch of unnecessary target_link_libraries.
Oscar Fuentes
2010-09-28
1
-1
/
+0
*
Provide an interface to let FEs anchor debug info for types.
Devang Patel
2010-09-28
1
-0
/
+4
*
Remove dead argument.
Devang Patel
2010-09-27
2
-5
/
+4
*
the latest assembler that runs on powerpc 10.4 machines doesn't
Chris Lattner
2010-09-27
1
-2
/
+10
[next]