index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
AsmPrinter
Age
Commit message (
Expand
)
Author
2012-01-12
Revert accidental commit.
Bill Wendling
2012-01-12
Fix the code that was WRONG.
Bill Wendling
2012-01-06
Add a comment and ensure that anyone else looking at this code doesn't start
Eric Christopher
2012-01-06
Use const vector references instead of a vector copy. Spotted by Devang.
Eric Christopher
2012-01-06
Use -> instead of (*iter).
Eric Christopher
2012-01-06
Fix a leak I noticed while reviewing the accelerator table changes. Passes
Eric Christopher
2012-01-06
As part of the ongoing work in finalizing the accelerator tables, extend
Eric Christopher
2011-12-20
Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...
David Blaikie
2011-12-20
Add basic generic CodeGen support for half.
Dan Gohman
2011-12-17
Add back the MC bits of 126425. Original patch by Nathan Jeffords. I added the
Rafael Espindola
2011-12-16
Resolve part of a fixme and add a new one.
Eric Christopher
2011-12-16
Add a fixme here.
Eric Christopher
2011-12-16
Extraneous whitespace and 80-col.
Eric Christopher
2011-12-14
DW_AT_virtuality is also defined to be constant, not flag.
Nick Lewycky
2011-12-13
DW_AT_accessibility is "constant" class, not form class, so it may not use
Nick Lewycky
2011-12-12
LLVMBuild: Remove trailing newline, which irked me.
Daniel Dunbar
2011-12-07
Add bundle aware API for querying instruction properties and switch the code
Evan Cheng
2011-12-07
Support vector bitcasts in the AsmPrinter. PR11495.
Eli Friedman
2011-12-06
Use logarithmic units for basic block alignment.
Jakob Stoklund Olesen
2011-12-04
Add inline subprogram names to the name lookup table since they may
Eric Christopher
2011-12-03
Emit the ctors in the proper order on ARM/EABI.
Anton Korobeynikov
2011-12-02
Move global variables in TargetMachine into new TargetOptions class. As an API
Nick Lewycky
2011-11-29
build/CMake: Finish removal of add_llvm_library_dependencies.
Daniel Dunbar
2011-11-17
DISubrange supports unsigned lower/upper array bounds, so let's not fake it i...
Devang Patel
2011-11-15
Stabilize the output of the dwarf accelerator tables. Fixes a comparison
Eric Christopher
2011-11-15
We currently use a callback to handle an IL pass deleting a BB that still
Rafael Espindola
2011-11-12
The dwarf standard says that the only differences between a out-of-line
Rafael Espindola
2011-11-11
Initialize variable.
Eric Christopher
2011-11-11
If we have a DIE with an AT_specification use that instead of the normal
Eric Christopher
2011-11-10
Check in getOrCreateSubprogramDIE if a declaration exists and if so output
Rafael Espindola
2011-11-10
Make types and namespaces take multiple DIEs for the accelerator tables
Eric Christopher
2011-11-10
Move type handling to make sure we get all created types that aren't
Eric Christopher
2011-11-10
Rework adding function names to the dwarf accelerator tables, allow
Eric Christopher
2011-11-09
Add comments.
Benjamin Kramer
2011-11-09
Take advantage of the zero byte in StringMap when emitting dwarf stringpool e...
Benjamin Kramer
2011-11-09
Remove extra ';'
Devang Patel
2011-11-09
Remove the pubnames section, no one consumes it.
Eric Christopher
2011-11-08
Also add the linkage name to the name accelerator tables if it exists
Eric Christopher
2011-11-08
Add the base ObjC method name to the names lookup table as well.
Eric Christopher
2011-11-08
A few more places where we can avoid multiple size queries.
Eric Christopher
2011-11-08
Don't evaluate Data.size() on every iteration.
Eric Christopher
2011-11-07
Add all completed and named types to the dwarf type accelerator tables.
Eric Christopher
2011-11-07
Move the hash function to using and taking a StringRef.
Eric Christopher
2011-11-07
Simple destructor to delete the hash data we created earlier.
Eric Christopher
2011-11-07
Use StringRef::startswith to do some string comparisons.
Eric Christopher
2011-11-07
Avoid the use of a local temporary for comment twines.
Eric Christopher
2011-11-07
Allow for the case where the name of the subprogram is "".
Eric Christopher
2011-11-07
Remove unnecessary addition to API. Replace with something much simpler.
Eric Christopher
2011-11-07
Add new files to cmake.
Eric Christopher
2011-11-07
Add the support code to enable the dwarf accelerator tables. Upcoming patches
Eric Christopher
[prev]
[next]