projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Convert more static tables of registers used by calling convention to uint16_t to...
[oota-llvm.git]
/
include
/
llvm
/
2012-03-11
Craig Topper
Convert more static tables of registers used by calling...
tree
|
commitdiff
2012-03-11
Stepan Dyatkovskiy
llvm::SwitchInst
tree
|
commitdiff
2012-03-11
Douglas Gregor
Add a few missing 'template' keywords
tree
|
commitdiff
2012-03-11
Craig Topper
Shrink and reorder some fields in MCOperandInfo to...
tree
|
commitdiff
2012-03-11
Michael J. Spencer
Fix warnings when building with VS11.
tree
|
commitdiff
2012-03-10
Aaron Ballman
Fixing a compile warning triggered in MSVC about consta...
tree
|
commitdiff
2012-03-10
Michael J. Spencer
Make StringRef::getAsInteger work with all integer...
tree
|
commitdiff
2012-03-10
Chandler Carruth
Refactor some methods to look through bitcasts and...
tree
|
commitdiff
2012-03-09
David Meyer
Support reading GNU symbol versions in ELFObjectFile
tree
|
commitdiff
2012-03-09
David Meyer
[Object]
tree
|
commitdiff
2012-03-09
Daniel Dunbar
[Support] Drop verbose _ATTRIBUTE from LLVM_ATTRIBUTE_...
tree
|
commitdiff
2012-03-09
Anton Korobeynikov
Add support for r600 (AMD GPUs HD2XXX - HD6XXX) target...
tree
|
commitdiff
2012-03-09
Andrew Trick
misched interface: rename Begin/End to RegionBegin...
tree
|
commitdiff
2012-03-09
Chandler Carruth
Fix a silly restriction on the fast-path for hash_combi...
tree
|
commitdiff
2012-03-09
Andrew Trick
misched: allow the default scheduler to be one chosen...
tree
|
commitdiff
2012-03-09
Andrew Trick
Added TargetPassConfig::enablePass
tree
|
commitdiff
2012-03-08
Duncan Sands
Revert commit 152300 (ddunbar) since it still seems...
tree
|
commitdiff
2012-03-08
Craig Topper
Use uint16_t to store instruction implicit uses and...
tree
|
commitdiff
2012-03-08
Daniel Dunbar
[ADT] Change the trivial FoldingSetNodeID::Add* methods...
tree
|
commitdiff
2012-03-08
Stepan Dyatkovskiy
Taken into account Duncan's comments for r149481 dated...
tree
|
commitdiff
2012-03-08
Craig Topper
Re-commit r152202 hopefully fixing the MSVC linker...
tree
|
commitdiff
2012-03-08
Daniel Dunbar
Revert r152288, "[ADT] Change the trivial FoldingSetNod...
tree
|
commitdiff
2012-03-08
Daniel Dunbar
[ADT] Change the trivial FoldingSetNodeID::Add* methods...
tree
|
commitdiff
2012-03-08
Chandler Carruth
Rotate two of the functions used to count bonuses for...
tree
|
commitdiff
2012-03-08
Andrew Trick
misched interface: Expose the MachineScheduler pass.
tree
|
commitdiff
2012-03-07
Andrew Trick
Cleanup VLIWPacketizer to use the updated ScheduleDAGIn...
tree
|
commitdiff
2012-03-07
Andrew Trick
misched prep: Expose the ScheduleDAGInstrs interface...
tree
|
commitdiff
2012-03-07
Andrew Trick
misched preparation: rename core scheduler methods...
tree
|
commitdiff
2012-03-07
Chad Rosier
Revert r152202 as it's causing internal buildbot failures.
tree
|
commitdiff
2012-03-07
Chandler Carruth
Try a completely different approach to this type trait...
tree
|
commitdiff
2012-03-07
Chandler Carruth
Attempt #2 at appeasing GCC 4.3. This compiler really...
tree
|
commitdiff
2012-03-07
Chandler Carruth
Switch the is_integral_or_enum trait machinery to use...
tree
|
commitdiff
2012-03-07
Chandler Carruth
What's better than fixing and simplifying broken hash...
tree
|
commitdiff
2012-03-07
Chandler Carruth
Add support to the hashing infrastructure for automatic...
tree
|
commitdiff
2012-03-07
Andrew Trick
misched preparation: clarify ScheduleDAG and ScheduleDA...
tree
|
commitdiff
2012-03-07
Andrew Trick
misched preparation: modularize schedule emission.
tree
|
commitdiff
2012-03-07
Andrew Trick
misched preparation: modularize schedule printing.
tree
|
commitdiff
2012-03-07
Andrew Trick
misched preparation: modularize schedule verification.
tree
|
commitdiff
2012-03-07
Craig Topper
Use uint16_t to store InstrNameIndices in MCInstrInfo...
tree
|
commitdiff
2012-03-07
Eli Friedman
Missing change in r152106 for TinyPtrVector.
tree
|
commitdiff
2012-03-07
Chandler Carruth
Cache the sized-ness of struct types, once we reach...
tree
|
commitdiff
2012-03-07
Chandler Carruth
Remove an accidental cut/paste of a comment into the...
tree
|
commitdiff
2012-03-07
Andrew Trick
Cleanup in preparation for misched: Move DAG visualizat...
tree
|
commitdiff
2012-03-07
Andrew Trick
Added MachineBasicBlock::getFullName() to standardize...
tree
|
commitdiff
2012-03-07
Andrew Trick
Cleanup: DAG building is specific to either SD or MI...
tree
|
commitdiff
2012-03-07
Andrew Trick
misched comments
tree
|
commitdiff
2012-03-06
Benjamin Kramer
SmallPtrSet: Provide a more efficient implementation...
tree
|
commitdiff
2012-03-06
Ted Kremenek
Add new load commands for MachO.
tree
|
commitdiff
2012-03-06
Benjamin Kramer
Remove excess const, a const_iterator shouldn't be...
tree
|
commitdiff
2012-03-06
Argyrios Kyrtzidis
[TinyPtrVector] Add erase method and const-goodness.
tree
|
commitdiff
2012-03-06
Argyrios Kyrtzidis
PointerUnion::getAddrOf() does not need to be template...
tree
|
commitdiff
2012-03-06
Craig Topper
Increase number of allowed registers in register classe...
tree
|
commitdiff
2012-03-06
Craig Topper
Revert r152016 and allow overlap, sub, super register...
tree
|
commitdiff
2012-03-06
Argyrios Kyrtzidis
Remove UsuallyTinyPtrVector.
tree
|
commitdiff
2012-03-06
Argyrios Kyrtzidis
Add include/llvm/ADT/UsuallyTinyPtrVector.h which is...
tree
|
commitdiff
2012-03-05
Jim Grosbach
ARM refactor away a bunch of VLD/VST pseudo instructions.
tree
|
commitdiff
2012-03-05
Jim Grosbach
MCRegisterInfo-ize getMatchingSuperReg.
tree
|
commitdiff
2012-03-05
Jim Grosbach
Make MCRegisterInfo available to the the MCInstPrinter.
tree
|
commitdiff
2012-03-05
Nadav Rotem
Remove an unused function.
tree
|
commitdiff
2012-03-05
Chandler Carruth
Switch to a C-style cast here to silence a brain-dead...
tree
|
commitdiff
2012-03-05
Craig Topper
Shrink and reorder fields in MCRegisterClass to reduce...
tree
|
commitdiff
2012-03-05
Craig Topper
Convert more GenRegisterInfo tables from unsigned to...
tree
|
commitdiff
2012-03-04
Jakob Stoklund Olesen
Use <def,undef> operands when spilling NEON bundles.
tree
|
commitdiff
2012-03-04
Chandler Carruth
Replace the hashing functions on APInt and APFloat...
tree
|
commitdiff
2012-03-04
Chandler Carruth
Add generic support for hashing StringRef objects using...
tree
|
commitdiff
2012-03-04
Craig Topper
Use uint16_t to store register overlaps to reduce stati...
tree
|
commitdiff
2012-03-04
Chandler Carruth
Teach the hashing facilities how to hash std::string...
tree
|
commitdiff
2012-03-04
Craig Topper
Use uint16_t instead of unsigned to store registers...
tree
|
commitdiff
2012-03-04
Craig Topper
Use uint16_t to store registers in callee saved registe...
tree
|
commitdiff
2012-03-03
Benjamin Kramer
Enable the small vector POD optimization for BitCodeAbb...
tree
|
commitdiff
2012-03-03
Daniel Dunbar
hash_state: Don't use initialization target during...
tree
|
commitdiff
2012-03-02
Benjamin Kramer
Fix indentation.
tree
|
commitdiff
2012-03-02
Jim Grosbach
Tidy up. Trailing whitespace.
tree
|
commitdiff
2012-03-02
Benjamin Kramer
Hashing: microoptimize a truncate on 64 bit away. This...
tree
|
commitdiff
2012-03-02
Jia Liu
delete dead code, patch by Michael Spencer.
tree
|
commitdiff
2012-03-02
Chandler Carruth
Make the hashing algorithm Endian neutral. This is...
tree
|
commitdiff
2012-03-02
Chandler Carruth
Simplify the pair optimization. Rather than using compl...
tree
|
commitdiff
2012-03-02
Chandler Carruth
Add a header that was technically missing to see if...
tree
|
commitdiff
2012-03-02
Chandler Carruth
We really want to hash pairs of directly-hashable data...
tree
|
commitdiff
2012-03-02
Chandler Carruth
Add support for hashing pairs by delegating to each...
tree
|
commitdiff
2012-03-02
Eric Christopher
Grammar-o in function name.
tree
|
commitdiff
2012-03-02
Chandler Carruth
Remove the misguided extension here that reserved two...
tree
|
commitdiff
2012-03-01
David Meyer
[Object]
tree
|
commitdiff
2012-03-01
Chandler Carruth
Fix two warnings in this code that I missed.
tree
|
commitdiff
2012-03-01
Argyrios Kyrtzidis
Move include/llvm/ADT/SaveAndRestore.h -> include/llvm...
tree
|
commitdiff
2012-03-01
Chandler Carruth
Rewrite LLVM's generalized support library for hashing...
tree
|
commitdiff
2012-03-01
Benjamin Kramer
Move getSubRegIndex out of generated code into MCRegist...
tree
|
commitdiff
2012-03-01
Jim Grosbach
Move TargetRegisterInfo::getSubReg() to MCRegisterInfo.
tree
|
commitdiff
2012-03-01
Benjamin Kramer
Make TargetRegisterClasses non-virtual by making the...
tree
|
commitdiff
2012-03-01
Jakob Stoklund Olesen
Make InlineSpiller bundle-aware.
tree
|
commitdiff
2012-03-01
David Meyer
[Object]
tree
|
commitdiff
2012-03-01
Jakob Stoklund Olesen
Move getBundleStart() into MachineInstrBundle.h.
tree
|
commitdiff
2012-02-29
Daniel Dunbar
BitstreamWriter: Use SmallVector::append instead of...
tree
|
commitdiff
2012-02-29
Daniel Dunbar
BitstreamWriter: Change primary output buffer to be...
tree
|
commitdiff
2012-02-29
Daniel Dunbar
BitstreamWriter: Isolate access to the underlying buffer.
tree
|
commitdiff
2012-02-29
Daniel Dunbar
BitcodeWriter: Expose less implementation details ...
tree
|
commitdiff
2012-02-29
Daniel Dunbar
Bitcode: Don't expose WriteBitcodeToStream to clients.
tree
|
commitdiff
2012-02-29
David Meyer
[Object] Add symbol attribute flags: ST_ThreadLocal...
tree
|
commitdiff
2012-02-29
Jakob Stoklund Olesen
Add an analyzeVirtReg() function.
tree
|
commitdiff
2012-02-29
Derek Schuff
Make MemoryObject accessor members const again
tree
|
commitdiff
next