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
Age
Commit message (
Expand
)
Author
2012-03-07
misched prep: Remove LLVM_LIBRARY_VISIBILITY from ScheduleDAGInstrs.
Andrew Trick
2012-03-07
misched prep: Comment the ScheduleDAGInstrs interface.
Andrew Trick
2012-03-07
misched prep: Cleanup ScheduleDAGInstrs interface.
Andrew Trick
2012-03-07
misched prep: remove extra "protected"
Andrew Trick
2012-03-07
misched prep: rename InsertPos to End.
Andrew Trick
2012-03-07
misched preparation: rename core scheduler methods for consistency.
Andrew Trick
2012-03-07
Try to clarify this comment some.
Chandler Carruth
2012-03-07
Remove another outbreak of customized (and completely broken) hashing.
Chandler Carruth
2012-03-07
Where the BranchFolding pass removes a branch then adds another better branch,
Bill Wendling
2012-03-07
Fix cmake
Andrew Trick
2012-03-07
comment
Andrew Trick
2012-03-07
misched preparation: clarify ScheduleDAG and ScheduleDAGInstrs roles.
Andrew Trick
2012-03-07
ScheduleDAGInstrs comments
Andrew Trick
2012-03-07
misched preparation: modularize schedule emission.
Andrew Trick
2012-03-07
misched preparation: modularize schedule printing.
Andrew Trick
2012-03-07
misched preparation: modularize schedule verification.
Andrew Trick
2012-03-07
whitespace
Andrew Trick
2012-03-07
Added -view-misched=dags options.
Andrew Trick
2012-03-07
Cleanup in preparation for misched: Move DAG visualization logic.
Andrew Trick
2012-03-07
Added MachineBasicBlock::getFullName() to standardize/factor codegen diagnost...
Andrew Trick
2012-03-07
whitespace
Andrew Trick
2012-03-07
Cleanup: DAG building is specific to either SD or MI scheduling. Not part of ...
Andrew Trick
2012-03-07
misched comments
Andrew Trick
2012-03-07
misched: Use the StartBlock/FinishBlock hooks
Andrew Trick
2012-03-07
Add the DW_AT_APPLE_runtime_class attribute to forward declarations
Eric Christopher
2012-03-06
Extend r148086 to check for [r +/- reg] address mode. This fixes queens perfo...
Evan Cheng
2012-03-06
Hoist common code out of if statement.
Jakob Stoklund Olesen
2012-03-06
Avoid finalizeBundles infinite looping.
Evan Cheng
2012-03-06
Make it possible for a target to mark FSUB as Expand. This requires providin...
Owen Anderson
2012-03-05
Make MCRegisterInfo available to the the MCInstPrinter.
Jim Grosbach
2012-03-05
Fix warnings about adding a bool to a string.
Bill Wendling
2012-03-05
Convert more GenRegisterInfo tables from unsigned to uint16_t to reduce stati...
Craig Topper
2012-03-04
Stop fixing bad machine code in LiveIntervalAnalysis.
Jakob Stoklund Olesen
2012-03-04
Stop adding <imp-def> operands when coalescing sub-registers.
Jakob Stoklund Olesen
2012-03-04
Use uint16_t to store register overlaps to reduce static data.
Craig Topper
2012-03-04
Use uint16_t instead of unsigned to store registers in reg classes. Reduces s...
Craig Topper
2012-03-04
Use uint16_t to store registers in callee saved register tables to reduce siz...
Craig Topper
2012-03-02
Grammar-o in function name.
Eric Christopher
2012-03-02
Grammar.
Eric Christopher
2012-03-02
If the linkage name doesn't exist we're supposed to emit a reference
Eric Christopher
2012-03-02
Revert "Reorder the sections being output to reduce the number of assembler"
Eric Christopher
2012-03-01
Reorder the sections being output to reduce the number of assembler
Eric Christopher
2012-03-01
Minimal changes for LLVM to compile under VS11.
Michael J. Spencer
2012-03-01
Fix a codegen fault in which log2 or exp2 could be dead-code eliminated even ...
James Molloy
2012-03-01
Make InlineSpiller bundle-aware.
Jakob Stoklund Olesen
2012-03-01
Move getBundleStart() into MachineInstrBundle.h.
Jakob Stoklund Olesen
2012-03-01
Don't redundantly copy implicit operands when rematerializing.
Lang Hames
2012-02-29
LegalizeIntegerTypes: Reorder operations in the "big shift by small amount" o...
Benjamin Kramer
2012-02-29
Add an analyzeVirtReg() function.
Jakob Stoklund Olesen
2012-02-29
Move the operand iterator into MachineInstrBundle.h where it belongs.
Jakob Stoklund Olesen
[prev]
[next]