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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use a bigger hammer to fix PR11314 by disabling the "forcing two-address
Evan Cheng
2011-11-10
1
-1
/
+5
*
Strip old implicit operands after foldMemoryOperand.
Jakob Stoklund Olesen
2011-11-10
1
-2
/
+19
*
Add check so we don't try to perform an impossible transformation. Fixes issu...
Eli Friedman
2011-11-09
1
-1
/
+2
*
Add comments.
Benjamin Kramer
2011-11-09
1
-1
/
+2
*
Speculatively revert commit 144124 (djg) in the hope that the 32 bit
Duncan Sands
2011-11-09
1
-13
/
+3
*
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
*
Collapse DomainValues across loop back-edges.
Jakob Stoklund Olesen
2011-11-09
1
-8
/
+35
*
Link to the live DomainValue after merging.
Jakob Stoklund Olesen
2011-11-09
1
-13
/
+50
*
Track reference count independently from clear().
Jakob Stoklund Olesen
2011-11-08
1
-4
/
+4
*
Call release() directly when cleaning up the remaining DomainValues.
Jakob Stoklund Olesen
2011-11-08
1
-5
/
+3
*
Rename all methods to follow style guide.
Jakob Stoklund Olesen
2011-11-08
1
-42
/
+42
*
Handle reference counts in one function: release().
Jakob Stoklund Olesen
2011-11-08
1
-15
/
+18
*
Also add the linkage name to the name accelerator tables if it exists
Eric Christopher
2011-11-08
2
-2
/
+19
*
Add a hack to the scheduler to disable pseudo-two-address dependencies in
Dan Gohman
2011-11-08
1
-3
/
+13
*
Clear old DomainValue after merging.
Jakob Stoklund Olesen
2011-11-08
1
-1
/
+6
*
Add the base ObjC method name to the names lookup table as well.
Eric Christopher
2011-11-08
1
-0
/
+6
*
Lower mem-ops to unaligned i32/i16 load/stores on ARM where supported.
Lang Hames
2011-11-08
1
-0
/
+10
*
Added invariant field to the DAG.getLoad method and changed all calls.
Pete Cooper
2011-11-08
11
-64
/
+86
*
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 a bunch of calls to RemoveDeadNode in LegalizeDAG, so legalization doesn'...
Eli Friedman
2011-11-08
2
-3
/
+25
*
Revert r144034 while I try to track down a crash.
Eli Friedman
2011-11-07
1
-19
/
+3
*
This code is dead, what with the new EH model and the auto-upgraders in place.
Bill Wendling
2011-11-07
1
-639
/
+12
*
Kill and collapse outstanding DomainValues.
Jakob Stoklund Olesen
2011-11-07
1
-5
/
+14
*
Add a bunch of calls to RemoveDeadNode in LegalizeDAG, so legalization doesn'...
Eli Friedman
2011-11-07
1
-3
/
+19
*
Add all completed and named types to the dwarf type accelerator tables.
Eric Christopher
2011-11-07
2
-2
/
+7
*
Use a reverse post order instead of a DFS order.
Jakob Stoklund Olesen
2011-11-07
1
-6
/
+5
*
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
*
Extract two methods. No functional change.
Jakob Stoklund Olesen
2011-11-07
1
-18
/
+26
*
MBB doesn't need to be a class member.
Jakob Stoklund Olesen
2011-11-07
1
-6
/
+4
*
Fix pass name after the source was moved.
Jakob Stoklund Olesen
2011-11-07
1
-1
/
+1
*
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
*
Don't introduce custom nodes after legalization in TargetLowering::BuildSDIV()
Richard Osborne
2011-11-07
2
-10
/
+16
*
Remove unnecessary addition to API. Replace with something much simpler.
Eric Christopher
2011-11-07
3
-13
/
+1
*
Add new files to cmake.
Eric Christopher
2011-11-07
1
-0
/
+1
*
Add the support code to enable the dwarf accelerator tables. Upcoming patches
Eric Christopher
2011-11-07
5
-6
/
+224
*
Add a new dwarf accelerator table prototype with the goal of replacing
Eric Christopher
2011-11-07
2
-0
/
+504
*
Expose a way to get the beginning of the dwarf string section.
Eric Christopher
2011-11-07
2
-12
/
+23
*
Fix up comment.
Eric Christopher
2011-11-07
1
-1
/
+1
*
Typo.
Eric Christopher
2011-11-07
1
-1
/
+1
*
Add an option to pad an uleb128 to MCObjectWriter and remove the uleb128 enco...
Benjamin Kramer
2011-11-05
1
-35
/
+2
*
Add more PRI.64 macros for MSVC and use them throughout the codebase.
Benjamin Kramer
2011-11-05
2
-3
/
+4
*
Added missing &. Fixes <rdar://problem/10393723>
Pete Cooper
2011-11-04
1
-1
/
+1
*
Emit declarations before definitions if they are available. This causes DW_AT...
Rafael Espindola
2011-11-04
1
-6
/
+18
*
Reapply r143206, with fixes. Disallow physical register lifetimes
Dan Gohman
2011-11-03
4
-518
/
+454
[next]