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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a comment to TargetInstrInfo about FoldImmediate
Hal Finkel
2013-04-06
1
-0
/
+4
*
Remove last use of InMemoryStruct from MachOObjectFile.cpp.
Rafael Espindola
2013-04-06
1
-0
/
+32
*
Don't use InMemoryStruct<macho::SymtabLoadCommand>.
Rafael Espindola
2013-04-06
1
-1
/
+22
*
Don't use InMemoryStruct in getSymbol64TableEntry.
Rafael Espindola
2013-04-06
1
-2
/
+9
*
Don't use InMemoryStruct in getSymbolTableEntry.
Rafael Espindola
2013-04-06
1
-2
/
+11
*
Don't use InMemoryStruct in getRelocation.
Rafael Espindola
2013-04-06
1
-3
/
+7
*
Reapply r178845 with fix - Fix bug in PEI's virtual-register scavenging
Hal Finkel
2013-04-05
1
-0
/
+17
*
Use the target options specified on a function to reset the back-end.
Bill Wendling
2013-04-05
2
-3
/
+16
*
Revert r178845 - Fix bug in PEI's virtual-register scavenging
Hal Finkel
2013-04-05
1
-17
/
+0
*
Define versions of Section that are explicitly marked as little endian.
Rafael Espindola
2013-04-05
1
-2
/
+34
*
Don't use InMemoryStruct in getSection and getSection64.
Rafael Espindola
2013-04-05
1
-3
/
+2
*
Don't fetch pointers from a InMemoryStruct.
Rafael Espindola
2013-04-05
1
-1
/
+7
*
Fix bug in PEI's virtual-register scavenging
Hal Finkel
2013-04-05
1
-0
/
+17
*
Clean up some confusing language, and use more realistic examples.
Jakob Stoklund Olesen
2013-04-05
1
-5
/
+4
*
CostModel: Add parameter to instruction cost to further classify operand values
Arnold Schwaighofer
2013-04-04
1
-1
/
+10
*
Revert r178713
Evan Cheng
2013-04-04
6
-29
/
+13
*
Document the return value of SmallSet insert.
Nadav Rotem
2013-04-04
1
-0
/
+1
*
Make it possible to include llvm-c without including C++ headers. Patch by Fi...
Evan Cheng
2013-04-03
6
-13
/
+29
*
Implement the "mips endian" for r_info.
Rafael Espindola
2013-04-03
1
-19
/
+77
*
Implements low-level object file format specific output for COFF and
Eric Christopher
2013-04-03
3
-5
/
+23
*
Implement sectionContainsSymbol for ELF.
Eric Christopher
2013-04-03
1
-2
/
+10
*
When dumping clear the arm/thumb flag for now.
Eric Christopher
2013-04-03
1
-0
/
+5
*
Add MDBuilder utilities for path-aware TBAA.
Manman Ren
2013-04-02
1
-0
/
+23
*
Count processor resources individually in MachineTraceMetrics.
Jakob Stoklund Olesen
2013-04-02
1
-0
/
+25
*
unindent the file to follow coding standards, change class doc comment
Chris Lattner
2013-04-01
1
-117
/
+117
*
Mips direct object exception handling regression
Jack Carter
2013-04-01
1
-0
/
+57
*
Add support for vector data types in the LLVM interpreter.
Nadav Rotem
2013-04-01
1
-4
/
+9
*
Whitespace cleanup
Joe Abbey
2013-04-01
2
-19
/
+19
*
Object: Turn a couple of degenerate for loops into while loops.
Benjamin Kramer
2013-03-30
1
-15
/
+12
*
SmallVector and SmallPtrSet allocations now power-of-two aligned.
Jean-Luc Duprat
2013-03-29
2
-17
/
+18
*
Remove the old CodePlacementOpt pass.
Benjamin Kramer
2013-03-29
3
-16
/
+0
*
Revert "Fix allocations of SmallVector and SmallPtrSet so they are more prone...
Rafael Espindola
2013-03-29
2
-18
/
+17
*
Fix allocations of SmallVector and SmallPtrSet so they are more prone to
Jean-Luc Duprat
2013-03-29
2
-17
/
+18
*
Add support of RDSEED defined in AVX2 extension
Michael Liao
2013-03-28
1
-1
/
+6
*
Seciton 24.2.2 of the C++ standard, [iterator.iterators], Table 106
Howard Hinnant
2013-03-28
1
-6
/
+10
*
Revert "Updated ELF relocation test for .eh_frame section"
Michael Gottesman
2013-03-28
1
-57
/
+0
*
Revert "Adding DIImportedModules to DIScopes."
David Blaikie
2013-03-28
2
-70
/
+52
*
Updated ELF relocation test for .eh_frame section
Jack Carter
2013-03-27
1
-0
/
+57
*
Add a boolean parameter to the llvm::report_fatal_error() function to indicated
Chad Rosier
2013-03-27
1
-5
/
+10
*
Cleanup the simplify_type implementation.
Rafael Espindola
2013-03-27
9
-114
/
+67
*
Adding DIImportedModules to DIScopes.
David Blaikie
2013-03-27
2
-52
/
+70
*
Make DIBuilder::createClassType more type safe by returning DICompositeType r...
David Blaikie
2013-03-26
1
-6
/
+7
*
DebugInfo: more support for mutating DICompositeType to reduce magic number u...
David Blaikie
2013-03-26
1
-0
/
+1
*
Add a boolean parameter to the ExecuteAndWait static function to indicated
Chad Rosier
2013-03-26
1
-1
/
+2
*
Add XTEST codegen support
Michael Liao
2013-03-26
1
-0
/
+2
*
Debug Info: Provide a means to update the members of a composite type
David Blaikie
2013-03-26
1
-0
/
+1
*
Fix the register scavenger for targets that provide custom spilling
Hal Finkel
2013-03-26
1
-2
/
+3
*
Update PEI's virtual-register-based scavenging to support multiple simultaneo...
Hal Finkel
2013-03-26
1
-2
/
+5
*
PowerPC: Simplify handling of fixups.
Ulrich Weigand
2013-03-26
1
-0
/
+2
*
Fix SCEV forgetMemoizedResults should search and destroy backedge exprs.
Andrew Trick
2013-03-26
1
-0
/
+4
[next]