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
*
Remove previous commit while I debug the bot failures.
Rafael Espindola
2012-01-13
1
-0
/
+3
*
Remove label that is not used anymore.
Rafael Espindola
2012-01-13
1
-3
/
+0
*
Revert accidental commit.
Bill Wendling
2012-01-12
1
-65
/
+0
*
Fix the code that was WRONG.
Bill Wendling
2012-01-12
1
-0
/
+65
*
Add a comment and ensure that anyone else looking at this code doesn't start
Eric Christopher
2012-01-06
1
-6
/
+5
*
Use const vector references instead of a vector copy. Spotted by Devang.
Eric Christopher
2012-01-06
1
-4
/
+4
*
Use -> instead of (*iter).
Eric Christopher
2012-01-06
1
-10
/
+10
*
Fix a leak I noticed while reviewing the accelerator table changes. Passes
Eric Christopher
2012-01-06
1
-0
/
+5
*
As part of the ongoing work in finalizing the accelerator tables, extend
Eric Christopher
2012-01-06
5
-38
/
+110
*
Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...
David Blaikie
2011-12-20
2
-0
/
+2
*
Add basic generic CodeGen support for half.
Dan Gohman
2011-12-20
1
-7
/
+18
*
Add back the MC bits of 126425. Original patch by Nathan Jeffords. I added the
Rafael Espindola
2011-12-17
1
-3
/
+2
*
Resolve part of a fixme and add a new one.
Eric Christopher
2011-12-16
1
-2
/
+5
*
Add a fixme here.
Eric Christopher
2011-12-16
1
-0
/
+1
*
Extraneous whitespace and 80-col.
Eric Christopher
2011-12-16
1
-3
/
+2
*
DW_AT_virtuality is also defined to be constant, not flag.
Nick Lewycky
2011-12-14
1
-2
/
+2
*
DW_AT_accessibility is "constant" class, not form class, so it may not use
Nick Lewycky
2011-12-13
1
-6
/
+6
*
LLVMBuild: Remove trailing newline, which irked me.
Daniel Dunbar
2011-12-12
1
-1
/
+0
*
Add bundle aware API for querying instruction properties and switch the code
Evan Cheng
2011-12-07
2
-3
/
+3
*
Support vector bitcasts in the AsmPrinter. PR11495.
Eli Friedman
2011-12-07
1
-2
/
+24
*
Use logarithmic units for basic block alignment.
Jakob Stoklund Olesen
2011-12-06
1
-1
/
+1
*
Add inline subprogram names to the name lookup table since they may
Eric Christopher
2011-12-04
1
-0
/
+4
*
Emit the ctors in the proper order on ARM/EABI.
Anton Korobeynikov
2011-12-03
1
-1
/
+1
*
Move global variables in TargetMachine into new TargetOptions class. As an API
Nick Lewycky
2011-12-02
1
-1
/
+1
*
build/CMake: Finish removal of add_llvm_library_dependencies.
Daniel Dunbar
2011-11-29
1
-10
/
+0
*
DISubrange supports unsigned lower/upper array bounds, so let's not fake it i...
Devang Patel
2011-11-17
1
-4
/
+4
*
Stabilize the output of the dwarf accelerator tables. Fixes a comparison
Eric Christopher
2011-11-15
1
-2
/
+11
*
We currently use a callback to handle an IL pass deleting a BB that still
Rafael Espindola
2011-11-15
1
-0
/
+12
*
The dwarf standard says that the only differences between a out-of-line
Rafael Espindola
2011-11-12
1
-0
/
+7
*
Initialize variable.
Eric Christopher
2011-11-11
1
-1
/
+2
*
If we have a DIE with an AT_specification use that instead of the normal
Eric Christopher
2011-11-11
1
-7
/
+10
*
Check in getOrCreateSubprogramDIE if a declaration exists and if so output
Rafael Espindola
2011-11-10
2
-13
/
+12
*
Make types and namespaces take multiple DIEs for the accelerator tables
Eric Christopher
2011-11-10
2
-14
/
+24
*
Move type handling to make sure we get all created types that aren't
Eric Christopher
2011-11-10
1
-7
/
+5
*
Rework adding function names to the dwarf accelerator tables, allow
Eric Christopher
2011-11-10
3
-71
/
+86
*
Add comments.
Benjamin Kramer
2011-11-09
1
-1
/
+2
*
Take advantage of the zero byte in StringMap when emitting dwarf stringpool e...
Benjamin Kramer
2011-11-09
1
-2
/
+3
*
Remove extra ';'
Devang Patel
2011-11-09
1
-2
/
+2
*
Remove the pubnames section, no one consumes it.
Eric Christopher
2011-11-09
4
-75
/
+3
*
Also add the linkage name to the name accelerator tables if it exists
Eric Christopher
2011-11-08
2
-2
/
+19
*
Add the base ObjC method name to the names lookup table as well.
Eric Christopher
2011-11-08
1
-0
/
+6
*
A few more places where we can avoid multiple size queries.
Eric Christopher
2011-11-08
1
-7
/
+7
*
Don't evaluate Data.size() on every iteration.
Eric Christopher
2011-11-08
1
-1
/
+1
*
Add all completed and named types to the dwarf type accelerator tables.
Eric Christopher
2011-11-07
2
-2
/
+7
*
Move the hash function to using and taking a StringRef.
Eric Christopher
2011-11-07
1
-4
/
+4
*
Simple destructor to delete the hash data we created earlier.
Eric Christopher
2011-11-07
2
-0
/
+6
*
Use StringRef::startswith to do some string comparisons.
Eric Christopher
2011-11-07
1
-5
/
+2
*
Avoid the use of a local temporary for comment twines.
Eric Christopher
2011-11-07
1
-6
/
+3
*
Allow for the case where the name of the subprogram is "".
Eric Christopher
2011-11-07
1
-0
/
+1
*
Remove unnecessary addition to API. Replace with something much simpler.
Eric Christopher
2011-11-07
3
-13
/
+1
[next]