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
*
Revert the SelectionDAG optimization that makes
Duncan Sands
2008-06-30
11
-136
/
+84
*
- Re-apply 52748 and friends with fix. GetConstantStringInfo() returns an emp...
Evan Cheng
2008-06-30
8
-164
/
+156
*
Implement split and scalarize for SELECT_CC, fixing PR2504
Chris Lattner
2008-06-30
1
-0
/
+23
*
Add a value range analysis that lazily computes ranges using ScalarEvolutions.
Nick Lewycky
2008-06-30
1
-0
/
+289
*
Revert (52748 and friends):
Anton Korobeynikov
2008-06-29
8
-129
/
+148
*
Start refactoring of asmprinters: provide a TAI hook, which will select a 'se...
Anton Korobeynikov
2008-06-28
1
-0
/
+49
*
Unbreak
Anton Korobeynikov
2008-06-28
1
-2
/
+2
*
Temporary rever invalid commit
Anton Korobeynikov
2008-06-28
2
-7
/
+9
*
Move printing of module-level GVs into dedicated helper
Anton Korobeynikov
2008-06-28
2
-197
/
+200
*
Use common naming convention
Anton Korobeynikov
2008-06-28
2
-4
/
+4
*
Factor out stuff into helper function
Anton Korobeynikov
2008-06-28
2
-33
/
+39
*
Cleanup
Anton Korobeynikov
2008-06-28
1
-6
/
+3
*
Remove X86SharedAsmPrinter
Anton Korobeynikov
2008-06-28
4
-529
/
+487
*
whitespace cleanup
Anton Korobeynikov
2008-06-28
2
-25
/
+25
*
Make intel asmprinter child of generic asmprinter, not x86 shared asm printer...
Anton Korobeynikov
2008-06-28
4
-27
/
+138
*
Cleanup
Anton Korobeynikov
2008-06-28
1
-10
/
+5
*
Whitespace cleanup
Anton Korobeynikov
2008-06-28
1
-22
/
+22
*
Really fix the bootstrap failure.
Chris Lattner
2008-06-28
1
-9
/
+5
*
Add back the capability to include nul characters in strings with
Chris Lattner
2008-06-28
2
-6
/
+8
*
Tighten up checking.
Chris Lattner
2008-06-28
1
-4
/
+10
*
When folding a bitcast into a load or store, preserve the alignment
Dan Gohman
2008-06-28
1
-2
/
+2
*
Fix GetMainExecutable. Patch by Sam Bishop.
Seo Sanghyeon
2008-06-27
1
-4
/
+2
*
Looks like this condition is inverted.
Evan Cheng
2008-06-27
1
-2
/
+2
*
implement some fixme's by making "autorenaming" in the value symbol table not
Chris Lattner
2008-06-27
1
-26
/
+11
*
simplify some code to avoid string thrashing.
Chris Lattner
2008-06-27
1
-3
/
+5
*
Use StringSet instead of std::set<std::string>
Anton Korobeynikov
2008-06-27
3
-26
/
+25
*
Add a new version of Module::getFunction that takes a const char* instead
Chris Lattner
2008-06-27
2
-0
/
+13
*
Add dominator info printer pass.
Devang Patel
2008-06-27
1
-0
/
+31
*
Provide correct encoding for PPC LWARX instructions.
Anton Korobeynikov
2008-06-27
1
-2
/
+2
*
Reduce number of times .size() is called on a vector. Rename some variables to
Bill Wendling
2008-06-27
1
-16
/
+22
*
Use a SmallSet when we can to reduce memory allocations.
Owen Anderson
2008-06-27
1
-1
/
+2
*
Cache subregister relationships in a set in TargetRegisterInfo to allow faste...
Owen Anderson
2008-06-27
1
-0
/
+10
*
fix the regressions from Eric's patch by making GetConstantStringInfo
Chris Lattner
2008-06-27
1
-29
/
+34
*
simplify this check, GetConstantStringInfo validates that a
Chris Lattner
2008-06-27
1
-5
/
+3
*
when linking globals, make sure to preserve the address space of the global.
Chris Lattner
2008-06-27
1
-4
/
+8
*
Cruft left from patch revert...sorry. :-(
Bill Wendling
2008-06-27
1
-3
/
+6
*
Reverting broken patch r52803.
Bill Wendling
2008-06-27
1
-33
/
+20
*
Don't perform expensive queries checking for super and sub registers when we ...
Owen Anderson
2008-06-27
1
-1
/
+2
*
- Remove a use of std::vector.
Bill Wendling
2008-06-27
1
-12
/
+24
*
Refactor the DebugInfoDesc stuff out of the MachineModuleInfo file. Clean up
Bill Wendling
2008-06-27
5
-803
/
+633
*
duncan points out that isOperationLegal includes a check for
Chris Lattner
2008-06-26
1
-2
/
+2
*
Don't create a whole new string just to copy the elements into it.
Owen Anderson
2008-06-26
1
-5
/
+3
*
Make LLVM compile on DragonFly BSD (PR2499).
Matthijs Kooijman
2008-06-26
2
-2
/
+2
*
Cleanup for unitialized types. Patch by Jean-Daniel Dupas!
Bill Wendling
2008-06-26
1
-4
/
+4
*
"An improved Mach-O file type detection for sys::IdentifyFileType()
Chris Lattner
2008-06-26
1
-18
/
+32
*
Reserve the size we'll need in advance.
Owen Anderson
2008-06-26
1
-0
/
+1
*
Fixes the last x86-64 test failure in compat.exp:
Dale Johannesen
2008-06-26
2
-7
/
+9
*
Remove unused function.
Eric Christopher
2008-06-26
1
-82
/
+1
*
Move GetConstantStringInfo to lib/Analysis. Remove
Eric Christopher
2008-06-26
7
-55
/
+111
*
when we know the signbit of an input to uint_to_fp is zero,
Chris Lattner
2008-06-26
1
-3
/
+26
[next]