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
/
include
/
llvm
Commit message (
Expand
)
Author
Age
Files
Lines
*
Re-commit r152202 hopefully fixing the MSVC linker error.
Craig Topper
2012-03-08
1
-2
/
+2
*
Revert r152288, "[ADT] Change the trivial FoldingSetNodeID::Add* methods to be
Daniel Dunbar
2012-03-08
1
-46
/
+0
*
[ADT] Change the trivial FoldingSetNodeID::Add* methods to be inline.
Daniel Dunbar
2012-03-08
1
-0
/
+46
*
Rotate two of the functions used to count bonuses for the inline cost
Chandler Carruth
2012-03-08
2
-11
/
+12
*
misched interface: Expose the MachineScheduler pass.
Andrew Trick
2012-03-08
1
-0
/
+86
*
Cleanup VLIWPacketizer to use the updated ScheduleDAGInstrs interface.
Andrew Trick
2012-03-07
2
-13
/
+15
*
misched prep: Expose the ScheduleDAGInstrs interface so targets may
Andrew Trick
2012-03-07
1
-0
/
+339
*
misched preparation: rename core scheduler methods for consistency.
Andrew Trick
2012-03-07
3
-11
/
+11
*
Revert r152202 as it's causing internal buildbot failures.
Chad Rosier
2012-03-07
1
-2
/
+2
*
Try a completely different approach to this type trait to appease older
Chandler Carruth
2012-03-07
1
-31
/
+29
*
Attempt #2 at appeasing GCC 4.3. This compiler really doesn't like these
Chandler Carruth
2012-03-07
1
-17
/
+21
*
Switch the is_integral_or_enum trait machinery to use an explicit
Chandler Carruth
2012-03-07
1
-4
/
+4
*
What's better than fixing and simplifying broken hash functions?
Chandler Carruth
2012-03-07
1
-21
/
+0
*
Add support to the hashing infrastructure for automatically hashing both
Chandler Carruth
2012-03-07
2
-10
/
+42
*
misched preparation: clarify ScheduleDAG and ScheduleDAGInstrs roles.
Andrew Trick
2012-03-07
1
-13
/
+3
*
misched preparation: modularize schedule emission.
Andrew Trick
2012-03-07
1
-11
/
+0
*
misched preparation: modularize schedule printing.
Andrew Trick
2012-03-07
1
-2
/
+0
*
misched preparation: modularize schedule verification.
Andrew Trick
2012-03-07
1
-3
/
+3
*
Use uint16_t to store InstrNameIndices in MCInstrInfo. Add asserts to protect...
Craig Topper
2012-03-07
1
-2
/
+2
*
Missing change in r152106 for TinyPtrVector.
Eli Friedman
2012-03-07
1
-1
/
+1
*
Cache the sized-ness of struct types, once we reach the steady state of
Chandler Carruth
2012-03-07
1
-2
/
+6
*
Remove an accidental cut/paste of a comment into the middle of
Chandler Carruth
2012-03-07
1
-2
/
+0
*
Cleanup in preparation for misched: Move DAG visualization logic.
Andrew Trick
2012-03-07
1
-0
/
+4
*
Added MachineBasicBlock::getFullName() to standardize/factor codegen diagnost...
Andrew Trick
2012-03-07
1
-0
/
+4
*
Cleanup: DAG building is specific to either SD or MI scheduling. Not part of ...
Andrew Trick
2012-03-07
1
-5
/
+0
*
misched comments
Andrew Trick
2012-03-07
1
-1
/
+2
*
SmallPtrSet: Provide a more efficient implementation of swap than the default...
Benjamin Kramer
2012-03-06
1
-0
/
+16
*
Add new load commands for MachO.
Ted Kremenek
2012-03-06
1
-0
/
+4
*
Remove excess const, a const_iterator shouldn't be const itself.
Benjamin Kramer
2012-03-06
1
-1
/
+1
*
[TinyPtrVector] Add erase method and const-goodness.
Argyrios Kyrtzidis
2012-03-06
1
-4
/
+27
*
PointerUnion::getAddrOf() does not need to be template since we can only
Argyrios Kyrtzidis
2012-03-06
3
-9
/
+16
*
Increase number of allowed registers in register classes to 64k instead of 25...
Craig Topper
2012-03-06
1
-4
/
+4
*
Revert r152016 and allow overlap, sub, super register tables to be more than ...
Craig Topper
2012-03-06
1
-3
/
+3
*
Remove UsuallyTinyPtrVector.
Argyrios Kyrtzidis
2012-03-06
1
-137
/
+0
*
Add include/llvm/ADT/UsuallyTinyPtrVector.h which is a vector that
Argyrios Kyrtzidis
2012-03-06
1
-0
/
+137
*
ARM refactor away a bunch of VLD/VST pseudo instructions.
Jim Grosbach
2012-03-05
1
-1
/
+1
*
MCRegisterInfo-ize getMatchingSuperReg.
Jim Grosbach
2012-03-05
2
-4
/
+11
*
Make MCRegisterInfo available to the the MCInstPrinter.
Jim Grosbach
2012-03-05
2
-3
/
+7
*
Remove an unused function.
Nadav Rotem
2012-03-05
1
-13
/
+0
*
Switch to a C-style cast here to silence a brain-dead MSVC warning. It
Chandler Carruth
2012-03-05
1
-1
/
+1
*
Shrink and reorder fields in MCRegisterClass to reduce size of static data.
Craig Topper
2012-03-05
1
-6
/
+6
*
Convert more GenRegisterInfo tables from unsigned to uint16_t to reduce stati...
Craig Topper
2012-03-05
2
-12
/
+12
*
Use <def,undef> operands when spilling NEON bundles.
Jakob Stoklund Olesen
2012-03-04
1
-0
/
+1
*
Replace the hashing functions on APInt and APFloat with overloads of the
Chandler Carruth
2012-03-04
2
-8
/
+15
*
Add generic support for hashing StringRef objects using the new hashing library.
Chandler Carruth
2012-03-04
1
-0
/
+4
*
Use uint16_t to store register overlaps to reduce static data.
Craig Topper
2012-03-04
3
-6
/
+6
*
Teach the hashing facilities how to hash std::string objects.
Chandler Carruth
2012-03-04
1
-0
/
+11
*
Use uint16_t instead of unsigned to store registers in reg classes. Reduces s...
Craig Topper
2012-03-04
2
-10
/
+10
*
Use uint16_t to store registers in callee saved register tables to reduce siz...
Craig Topper
2012-03-04
1
-1
/
+1
*
Enable the small vector POD optimization for BitCodeAbbrevOp.
Benjamin Kramer
2012-03-03
1
-1
/
+3
[next]