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
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix use of std::std. it's ordered set.
Reed Kotler
2013-01-26
1
-3
/
+3
*
DWARFDebugLine.cpp: Fix true path. Did you forget "return true" here?
NAKAMURA Takumi
2013-01-26
1
-0
/
+2
*
Add DIContext::getLineInfoForAddressRange() function and test. This function...
Andrew Kaylor
2013-01-26
4
-0
/
+139
*
Convert BuildLibCalls.cpp to using the AttributeSet methods instead of Attrib...
Bill Wendling
2013-01-26
2
-68
/
+74
*
Remove unused variables, silences -Wunused-variable
Dmitri Gribenko
2013-01-25
1
-4
/
+2
*
Remove dead method.
Bill Wendling
2013-01-25
1
-8
/
+0
*
Remove some introspection functions.
Bill Wendling
2013-01-25
9
-80
/
+117
*
Initial implementation of PPCTargetTransformInfo
Hal Finkel
2013-01-25
5
-0
/
+237
*
Fix a warning in the new DWARFheader. Add a new line at the end of the file.
Nadav Rotem
2013-01-25
1
-1
/
+2
*
Add support for applying in-memory relocations to the .debug_line section and...
Andrew Kaylor
2013-01-25
7
-8
/
+57
*
In this patch, we teach X86_64TargetMachine that it has a ILP32
Eli Bendersky
2013-01-25
4
-18
/
+39
*
Add instruction encodings / disassembly support for l4r instructions.
Richard Osborne
2013-01-25
3
-18
/
+83
*
LoopVectorize: Refactor the code that vectorizes loads/stores to remove dupli...
Nadav Rotem
2013-01-25
1
-145
/
+113
*
Use the new 'getSlotIndex' method to retrieve the attribute's slot index.
Bill Wendling
2013-01-25
6
-8
/
+8
*
Use const reference instead of vector copying.
Jakub Staszak
2013-01-25
1
-1
/
+2
*
Add an accessor method to get the slot's index. This will limit the use of At...
Bill Wendling
2013-01-25
3
-12
/
+22
*
Use the correct format in the STW / SETPSC instruction names.
Richard Osborne
2013-01-25
3
-9
/
+9
*
Fix order of operands for crc8_l4r
Richard Osborne
2013-01-25
4
-27
/
+48
*
When encountering an unknown file format, ObjectFile::createObjectFile should
Eli Bendersky
2013-01-25
1
-1
/
+3
*
Add command-line flags for DWARF dumping.
Eli Bendersky
2013-01-25
2
-63
/
+83
*
Add instruction encodings / disassembly support for l5r instructions.
Richard Osborne
2013-01-25
3
-12
/
+55
*
Fix order of operands for l5r instructions.
Richard Osborne
2013-01-25
2
-18
/
+22
*
Use correct mnemonic / instruction name for ldivu.
Richard Osborne
2013-01-25
1
-4
/
+3
*
LoopVectorize: Simplify code. No functionality change.
Benjamin Kramer
2013-01-25
1
-26
/
+17
*
added ability to dynamically change the ExportList of an already
Pedro Artigas
2013-01-25
1
-0
/
+10
*
LoopVectorizer: Refactor more code to use the IRBuilder.
Nadav Rotem
2013-01-25
1
-24
/
+25
*
Refactor some code to use the IRBuilder.
Nadav Rotem
2013-01-25
1
-20
/
+21
*
APFloat: Make sure that we get a well-formed x87 NaN when converting from a s...
Benjamin Kramer
2013-01-25
1
-0
/
+6
*
Fix MSVC 2012 warning about a 32-bit shift that should be 64-bit
Reid Kleckner
2013-01-25
1
-2
/
+2
*
[msan] A comment on ICmp handling logic.
Evgeniy Stepanov
2013-01-25
1
-0
/
+3
*
[msan] Implement exact shadow propagation for relational ICmp.
Evgeniy Stepanov
2013-01-25
1
-0
/
+70
*
This patch aims to reduce compile time in LegalizeTypes by using SmallDenseMap,
Preston Gurd
2013-01-25
2
-9
/
+9
*
More cleanup of PPC register definitions.
Hal Finkel
2013-01-25
1
-64
/
+8
*
Add an addition operator to TableGen
Hal Finkel
2013-01-25
4
-1
/
+9
*
Fixed the condition codes for the atomic64 min/umin code generation on ARM. I...
Silviu Baranga
2013-01-25
1
-2
/
+2
*
Use the AttributeSet query instead of the Attribute query.
Bill Wendling
2013-01-25
1
-2
/
+2
*
MIsched: Print block name. No functionality.
Andrew Trick
2013-01-25
1
-1
/
+2
*
MachineScheduler support for viewGraph.
Andrew Trick
2013-01-25
1
-1
/
+88
*
ScheduleDAG: colorize the DOT graph and improve formatting.
Andrew Trick
2013-01-25
4
-2
/
+21
*
ScheduleDAG: Added isBoundaryNode to conveniently detect a common corner case.
Andrew Trick
2013-01-25
1
-7
/
+19
*
SchedDFS: Complete support for nested subtrees.
Andrew Trick
2013-01-25
1
-33
/
+74
*
MIsched: Improve the interface to SchedDFS analysis (subtrees).
Andrew Trick
2013-01-25
3
-35
/
+49
*
SchedDFS: Initial support for nested subtrees.
Andrew Trick
2013-01-25
1
-37
/
+73
*
Switch this code away from Value::isUsedInBasicBlock. That code either
Chandler Carruth
2013-01-25
1
-7
/
+29
*
MISched: Add SchedDFSResult to ScheduleDAGMI to formalize the
Andrew Trick
2013-01-25
1
-25
/
+55
*
This patch implements parsing the .word
Jack Carter
2013-01-25
1
-7
/
+42
*
[mips] Set flag neverHasSideEffects flag on some of the floating point instru...
Akira Hatanaka
2013-01-25
1
-12
/
+8
*
SchedDFS: Refactor and tweak the subtree selection criteria.
Andrew Trick
2013-01-25
1
-24
/
+32
*
Avoid creating duplicate CFG edges in the IfConversion pass.
Jakob Stoklund Olesen
2013-01-24
1
-1
/
+1
*
Moving Cost Tables up to share with other targets
Renato Golin
2013-01-24
1
-48
/
+11
[next]