2012-03-10 |
Benjamin Kramer | Give dagcombiner's worklist some inline capacity. |
commit | commitdiff | tree | snapshot |
2012-03-10 |
Akira Hatanaka | Do not custom lower i64 nodes if i64 is not a legal... |
commit | commitdiff | tree | snapshot |
2012-03-09 |
Akira Hatanaka | Lower SETCC nodes during legalization. Previously,... |
commit | commitdiff | tree | snapshot |
2012-03-09 |
Jakob Stoklund... | Assert on SSA errors in LiveVariables. |
commit | commitdiff | tree | snapshot |
2012-03-09 |
Akira Hatanaka | Remove unused header files. |
commit | commitdiff | tree | snapshot |
2012-03-09 |
Andrew Trick | misched: handle scheduler that insert instructions... |
commit | commitdiff | tree | snapshot |
2012-03-09 |
Kevin Enderby | Add the missing call to Error when a bad X86 scale... |
commit | commitdiff | tree | snapshot |
2012-03-09 |
David Meyer | Support reading GNU symbol versions in ELFObjectFile |
commit | commitdiff | tree | snapshot |
2012-03-09 |
David Meyer | [Object] |
commit | commitdiff | tree | snapshot |
2012-03-09 |
Duncan Sands | Add statistics on removed switch cases, and fix the... |
commit | commitdiff | tree | snapshot |
2012-03-09 |
Gregory Szorc | [llvm.py] Make ObjectFile destructor work |
commit | commitdiff | tree | snapshot |
2012-03-09 |
Dan Gohman | When identifying exit nodes for the reverse-CFG reverse... |
commit | commitdiff | tree | snapshot |
2012-03-09 |
Kevin Enderby | Fix the x86 disassembler to at least print the lock... |
commit | commitdiff | tree | snapshot |
2012-03-09 |
Daniel Dunbar | [Support] Drop verbose _ATTRIBUTE from LLVM_ATTRIBUTE_... |
commit | commitdiff | tree | snapshot |
2012-03-09 |
NAKAMURA Takumi | TableGen/CodeEmitterGen.cpp: Fix an expression of gener... |
commit | commitdiff | tree | snapshot |
2012-03-09 |
NAKAMURA Takumi | test/MC/X86/lit.local.cfg: Fix up to detect 'X86' in... |
commit | commitdiff | tree | snapshot |
2012-03-09 |
Duncan Sands | Eliminate switch cases that can never match, for exampl... |
commit | commitdiff | tree | snapshot |
2012-03-09 |
Anton Korobeynikov | Add support for r600 (AMD GPUs HD2XXX - HD6XXX) target... |
commit | commitdiff | tree | snapshot |
2012-03-09 |
Nick Lewycky | Factor out the analysis of addition and subtraction... |
commit | commitdiff | tree | snapshot |
2012-03-09 |
Gregory Szorc | [llvm.py] Initial skeleton for Python LLVM bindings |
commit | commitdiff | tree | snapshot |
2012-03-09 |
Andrew Trick | misched: handle scheduling region boundaries nicely. |
commit | commitdiff | tree | snapshot |
2012-03-09 |
Craig Topper | Use uint16_t to store opcodes in static tables in X86... |
commit | commitdiff | tree | snapshot |
2012-03-09 |
Ahmed Charles | Fix undefined behavior in the Mips backend. |
commit | commitdiff | tree | snapshot |
2012-03-09 |
Andrew Trick | misched interface: rename Begin/End to RegionBegin... |
commit | commitdiff | tree | snapshot |
2012-03-09 |
Andrew Trick | misched comments |
commit | commitdiff | tree | snapshot |
2012-03-09 |
Andrew Trick | revert 152356: verify misched changes using -misched... |
commit | commitdiff | tree | snapshot |
2012-03-09 |
Chandler Carruth | Fix a silly restriction on the fast-path for hash_combi... |
commit | commitdiff | tree | snapshot |
2012-03-09 |
Chandler Carruth | Undo a previous restriction on the inline cost calculat... |
commit | commitdiff | tree | snapshot |
2012-03-09 |
Chad Rosier | Fix a regression from r147481. |
commit | commitdiff | tree | snapshot |
2012-03-09 |
Andrew Trick | misched: allow the default scheduler to be one chosen... |
commit | commitdiff | tree | snapshot |
2012-03-09 |
Andrew Trick | Added TargetPassConfig::enablePass |
commit | commitdiff | tree | snapshot |
2012-03-09 |
Evan Cheng | Cache MBB->begin. It's possible the scheduler / bundler... |
commit | commitdiff | tree | snapshot |
2012-03-08 |
Benjamin Kramer | Silence unused function warning when graphviz is not... |
commit | commitdiff | tree | snapshot |
2012-03-08 |
Benjamin Kramer | Remove the no longer existent psp triple from a test. |
commit | commitdiff | tree | snapshot |
2012-03-08 |
Duncan Sands | Have llvm-mc --version print the list of registered... |
commit | commitdiff | tree | snapshot |
2012-03-08 |
Duncan Sands | Revert commit 152300 (ddunbar) since it still seems... |
commit | commitdiff | tree | snapshot |
2012-03-08 |
Craig Topper | Use uint16_t to store instruction implicit uses and... |
commit | commitdiff | tree | snapshot |
2012-03-08 |
Daniel Dunbar | [ADT] Change the trivial FoldingSetNodeID::Add* methods... |
commit | commitdiff | tree | snapshot |
2012-03-08 |
Stepan Dyatkovskiy | Taken into account Duncan's comments for r149481 dated... |
commit | commitdiff | tree | snapshot |
2012-03-08 |
Craig Topper | Re-commit r152202 hopefully fixing the MSVC linker... |
commit | commitdiff | tree | snapshot |
2012-03-08 |
Daniel Dunbar | Revert r152288, "[ADT] Change the trivial FoldingSetNod... |
commit | commitdiff | tree | snapshot |
2012-03-08 |
Akira Hatanaka | Test case for r152280, r152285 and r152290. |
commit | commitdiff | tree | snapshot |
2012-03-08 |
Akira Hatanaka | Invoke setTargetDAGCombine for SELECT. |
commit | commitdiff | tree | snapshot |
2012-03-08 |
Daniel Dunbar | [ADT] Change the trivial FoldingSetNodeID::Add* methods... |
commit | commitdiff | tree | snapshot |
2012-03-08 |
Akira Hatanaka | Swap the operands of a select node if the false (the... |
commit | commitdiff | tree | snapshot |
2012-03-08 |
Chandler Carruth | Rotate two of the functions used to count bonuses for... |
commit | commitdiff | tree | snapshot |
2012-03-08 |
Akira Hatanaka | Set minimum function alignment to 3 if target is Mips64. |
commit | commitdiff | tree | snapshot |
2012-03-08 |
Akira Hatanaka | This patch eliminates redundant instructions that produ... |
commit | commitdiff | tree | snapshot |
2012-03-08 |
Andrew Trick | misched interface: Expose the MachineScheduler pass. |
commit | commitdiff | tree | snapshot |
2012-03-08 |
Jim Grosbach | ARM don't use MCRelaxAll, as it's not safe on ARM. |
commit | commitdiff | tree | snapshot |
2012-03-07 |
Sean Callanan | Improved support in RuntimeDyldMachO for generating |
commit | commitdiff | tree | snapshot |
2012-03-07 |
Andrew Trick | Cleanup VLIWPacketizer to use the updated ScheduleDAGIn... |
commit | commitdiff | tree | snapshot |
2012-03-07 |
Andrew Trick | misched prep: Expose the ScheduleDAGInstrs interface... |
commit | commitdiff | tree | snapshot |
2012-03-07 |
Andrew Trick | misched prep: Remove LLVM_LIBRARY_VISIBILITY from Sched... |
commit | commitdiff | tree | snapshot |
2012-03-07 |
Andrew Trick | misched prep: Comment the ScheduleDAGInstrs interface. |
commit | commitdiff | tree | snapshot |
2012-03-07 |
Andrew Trick | misched prep: Cleanup ScheduleDAGInstrs interface. |
commit | commitdiff | tree | snapshot |
2012-03-07 |
Andrew Trick | misched prep: remove extra "protected" |
commit | commitdiff | tree | snapshot |
2012-03-07 |
Andrew Trick | misched prep: rename InsertPos to End. |
commit | commitdiff | tree | snapshot |
2012-03-07 |
Andrew Trick | misched preparation: rename core scheduler methods... |
commit | commitdiff | tree | snapshot |
2012-03-07 |
Benjamin Kramer | Copy the right amount of elements. |
commit | commitdiff | tree | snapshot |
2012-03-07 |
Benjamin Kramer | SmallPtrSet: Copy all the elements when swapping, not... |
commit | commitdiff | tree | snapshot |
2012-03-07 |
Chad Rosier | [fast-isel] ARMEmitCmp generates FMSTAT, which transfer... |
commit | commitdiff | tree | snapshot |
2012-03-07 |
Rafael Espindola | Use llvm-mc instead of llc. Patch by Jack Carter. |
commit | commitdiff | tree | snapshot |
2012-03-07 |
Benjamin Kramer | configure: Don't require a perl interpreter to be prese... |
commit | commitdiff | tree | snapshot |
2012-03-07 |
Chad Rosier | Revert r152202 as it's causing internal buildbot failures. |
commit | commitdiff | tree | snapshot |
2012-03-07 |
Jakob Stoklund... | Fix infinite loop in nested multiclasses. |
commit | commitdiff | tree | snapshot |
2012-03-07 |
Chandler Carruth | Try a completely different approach to this type trait... |
commit | commitdiff | tree | snapshot |
2012-03-07 |
Chandler Carruth | Attempt #2 at appeasing GCC 4.3. This compiler really... |
commit | commitdiff | tree | snapshot |
2012-03-07 |
Chandler Carruth | Try to clarify this comment some. |
commit | commitdiff | tree | snapshot |
2012-03-07 |
Chandler Carruth | Switch the is_integral_or_enum trait machinery to use... |
commit | commitdiff | tree | snapshot |
2012-03-07 |
Chandler Carruth | What's better than fixing and simplifying broken hash... |
commit | commitdiff | tree | snapshot |
2012-03-07 |
Chandler Carruth | Remove another outbreak of customized (and completely... |
commit | commitdiff | tree | snapshot |
2012-03-07 |
Chandler Carruth | Add support to the hashing infrastructure for automatic... |
commit | commitdiff | tree | snapshot |
2012-03-07 |
Bill Wendling | Where the BranchFolding pass removes a branch then... |
commit | commitdiff | tree | snapshot |
2012-03-07 |
Andrew Trick | Fix cmake |
commit | commitdiff | tree | snapshot |
2012-03-07 |
Andrew Trick | comment |
commit | commitdiff | tree | snapshot |
2012-03-07 |
Andrew Trick | misched preparation: clarify ScheduleDAG and ScheduleDA... |
commit | commitdiff | tree | snapshot |
2012-03-07 |
Andrew Trick | ScheduleDAGInstrs comments |
commit | commitdiff | tree | snapshot |
2012-03-07 |
Andrew Trick | misched preparation: modularize schedule emission. |
commit | commitdiff | tree | snapshot |
2012-03-07 |
Andrew Trick | misched preparation: modularize schedule printing. |
commit | commitdiff | tree | snapshot |
2012-03-07 |
Andrew Trick | misched preparation: modularize schedule verification. |
commit | commitdiff | tree | snapshot |
2012-03-07 |
Andrew Trick | whitespace |
commit | commitdiff | tree | snapshot |
2012-03-07 |
Craig Topper | Use uint16_t to store InstrNameIndices in MCInstrInfo... |
commit | commitdiff | tree | snapshot |
2012-03-07 |
Eli Friedman | Missing change in r152106 for TinyPtrVector. |
commit | commitdiff | tree | snapshot |
2012-03-07 |
Chandler Carruth | Switch this code to use hash_combine_range rather than... |
commit | commitdiff | tree | snapshot |
2012-03-07 |
Chandler Carruth | Cache the sized-ness of struct types, once we reach... |
commit | commitdiff | tree | snapshot |
2012-03-07 |
Chandler Carruth | Remove an accidental cut/paste of a comment into the... |
commit | commitdiff | tree | snapshot |
2012-03-07 |
Nick Lewycky | No functionality change. Type::isSized() can be expensi... |
commit | commitdiff | tree | snapshot |
2012-03-07 |
Jim Grosbach | ARM pre-v6 assembly parsing for umull/smull. |
commit | commitdiff | tree | snapshot |
2012-03-07 |
Jim Grosbach | ARM pre-v6 alias for 'nop' to 'mov r0, r0' |
commit | commitdiff | tree | snapshot |
2012-03-07 |
Jim Grosbach | Tidy up. Remove dead code that slipped into previous... |
commit | commitdiff | tree | snapshot |
2012-03-07 |
Andrew Trick | Added -view-background to avoid waiting for each GraphV... |
commit | commitdiff | tree | snapshot |
2012-03-07 |
Andrew Trick | Added -view-misched=dags options. |
commit | commitdiff | tree | snapshot |
2012-03-07 |
Andrew Trick | Cleanup in preparation for misched: Move DAG visualizat... |
commit | commitdiff | tree | snapshot |
2012-03-07 |
Andrew Trick | Added MachineBasicBlock::getFullName() to standardize... |
commit | commitdiff | tree | snapshot |
2012-03-07 |
Andrew Trick | whitespace |
commit | commitdiff | tree | snapshot |
2012-03-07 |
Andrew Trick | Cleanup: DAG building is specific to either SD or MI... |
commit | commitdiff | tree | snapshot |
2012-03-07 |
Andrew Trick | misched comments |
commit | commitdiff | tree | snapshot |
2012-03-07 |
Andrew Trick | misched: Use the StartBlock/FinishBlock hooks |
commit | commitdiff | tree | snapshot |
2012-03-07 |
Eric Christopher | Add the DW_AT_APPLE_runtime_class attribute to forward... |
commit | commitdiff | tree | snapshot |
next |